A simple client for accessing "Hiring API", taking input from a text file and print out to STDOUT
USAGE:
[]$ php client.php data/input.[v1|v2].txt
FILES:
.
├── class
│ ├── Client.class.php
│ └── Control.class.php
├── client.php
├── config.php
├── data
│ ├── input.v1.txt
│ └── input.v2.txt
├── init.php
└── README.md