A simple javascript application that gives the user a way to search Github repositories, using the Github search API.
The project implements the MVC design pattern to make a clean cut separation of concerns. The idea is to make the solution intelligible and inviting.
git clone
this repo.npm install express
npm install
in the root of the folder created.
npm test
in the project root will run an interactive test framework in watch mode.
node index.js
in the project root will run express webserver.