A simple app to tell user about their best twitting time.
Setup:
Tested on: Ruby 2.3, Rails 5, MySQL database;
after cloning the repository, do
- run 'bundle install' to install dependancies
- run 'rake db:create' to create database
- run 'rails s' to start the local server
- visit 'localhost:3000'