In order to be considered for the PHP position, you must complete the following steps.
Note: This task should take no longer than 1-2 hours at the most.
-
Please note that this will require some basic PHP.
-
You will need to have PHP installed to complete this task. You can use any PHP framework that you would like (CodeIgniter, Cake, Fuel, etc).
- Fork this repository (if you don't know how to do that, Google is your friend)
- Create a source folder to contain your code.
- In the source directory, please create a PHP web app that accomplishes the following:
- Connect to the Github API
- Find the joyent/node repository
- Find the most recent commits (choose at least 25 or more of the commits)
- Create a route/page that displays the recent commits by author.
- If the commit hash ends in a number, color that row to light blue (#E6F1F6).
- Commit and Push your code to your new repository
- Send us a pull request, we will review your code and get back to you