Github Search

A simple app for github search api check demo.


Prerequisites

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

Install

$ git clone https://github.com/Amr-Reda/github-search
$ cd github-search
$ npm install

Running the project

$ npm start
  • this will run the app on port 3000

Testing

$ npm test