arnlen / github-api-explorer

Retrieve users and repositories data from GitHub and store them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub API Explorer Build Status Code Climate Test Coverage

Search an user on the GitHub API and store the results locally.

Usage

  1. On the home page, enter a GitHub username in the search field.
  2. Look at the data. Those data are fetched from GitHub, and stored locally.
  3. You can consult the stored data on the "Users" page.
  4. To refresh an user, simply search it again from the home page.

Easy. :)

Live demo

The master branch of this repository is automagically deployed to Heroku when Travis is green.

You can test it here: github-api-explorer.herokuapp.com

Requirements

Getting started

git clone git@github.com:arnlen/github-api-explorer.git
bundle
bin/rake db:create
bin/rake db:migrate
bin/rake db:test:prepare
rails s

# => visit localhost:3000 and enjoy!

Caution: Rails 5 project

This project relies on Rails 5.0.0.rc1. Please ensure your system complies with Rails 5 requirements.

Since Rails 5 is - sadly - not yet released, this project can't be considered as production ready.

About

Retrieve users and repositories data from GitHub and store them


Languages

Language:Ruby 86.0%Language:HTML 9.7%Language:JavaScript 1.9%Language:CSS 1.7%Language:CoffeeScript 0.7%