This app uses the GitHub API to search for users located in Bangalore. It returns 10 results per page.
##Guide
Assuming You have already installed Git, Node and Meteor, Now
- Clone this Repo.
- Navigate to the project directory.
- Run "meteor npm install".
- Now you need to remove the blaze template and add static html. It is done by Running the following command: meteor remove blaze-html-templates meteor add static-html
- Run "meteor" to see it running.