iamkhushbajwa / livestax-app-github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub

The GitHub app provides details of a particular user after that user has logged in. It is an example of a Livestax App using OAuth.

Contributing

We'd love to get contributions from you! For instructions on how to get set up quickly, follow the installation instructions below. Once you're up and running, take a look at the Contribution Document to see how to get your changes merged in.

Installation

  1. [Fork then] clone the repository
  • git clone git@github.com:livestax/app-github.git
  1. Install the Ruby Gem dependencies
  • bundle
  1. Copy the env example and amend
  • cp .env.example .env
  1. Start the server
  • shotgun
  1. Open the app in the browser
  • http://127.0.0.1:9393

Running the tests

bundle exec rspec

License

Code released under the MIT license. Docs released under Creative Commons.

About

License:MIT License


Languages

Language:Ruby 77.0%Language:HTML 21.9%Language:CSS 1.2%