GitHub API Challenge

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.

Installation

OS X & Linux:

npm install

Development setup

npm start

Meta

Alexandra Hernandez – ms.hernandeza1@gmail.com

[https://github.com/Ms-Alex/github-link]

Contributing

  1. Fork it (https://github.com/Ms-Alex/lystings-r-us/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request