This application is my attempt to learn EmberJs and enhance Github Search. User enters a search term and gets back with results (issues, repos, users, pull requests). It's based on:
- Follow the instructions and install NodeJs.
For Mac users: use Homebrew and type
brew install node
. - Run
npm install
from root directory of the project to load the dependencies. - To run the server:
node server/dev
- Visit the app in your browser.
Big thanks to Rebecca Murphy for srchr-ember.