To use this application first clone/fork it. Once it is on your machine run the following tasks
- Bundle
- Rake db:create
- Rake db:migrate
- Rake update_commits
Rake update_commits is where all the scraping takes place and saves the information to the database. It is a custom rake file located in lib/tasks.
The website can be found here: GitCommit1507. It is setup up using Heroku Scheduler which scrapes the information every hour.
If you wish to add a Github profile to scrape update the global_constants.rb file!