/github-user-info

A simple application with AngularJS, build to display GitHub user's info

Primary LanguageJavaScript

GitHub User's Info

Travis

Source code of the GitHub User's Info application: https://github-user-info.firebaseapp.com/

Setup

Clone this:

$ git clone git@github.com:matheusml/github-user-info.git

Install node deps:

$ npm install

And bower deps:

$ bower install

Run the tests:

$ npm test

Run the app:

$ npm start