A simple app for github search api check demo.
This project requires NodeJS (version 8 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.
$ npm -v && node -v
6.4.1
v8.16.0
$ git clone https://github.com/Amr-Reda/github-search
$ cd github-search
$ npm install
$ npm start
- this will run the app on port
3000
$ npm test