This app hits the Github Public API, to retrieve public information on a user.
An app that takes an input of a github username, and displays public information about the user; such as name, email, company, etc.
OS X & Linux:
npm install
npm start
Alexandra Hernandez – ms.hernandeza1@gmail.com
[https://github.com/Ms-Alex/github-link]
- Fork it (https://github.com/Ms-Alex/lystings-r-us/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request