This application displays all of your Twitter's favorites.
This app requires the following:
- Twitter Developer Account.
- API key of Twitter App
- API secret key of Twitter App
Clone this repository.
$ git clone https://github.com/donchan922/my-all-favorites.git
Execute following command:
$ bundle install
$ rails db:migrate
Setting following file:
$ vi .env
API_KEY = YOUR_APP_KEY
API_SECRET = YOUR_API_SECRET
Run following command:
$ rails server
This software is released under the MIT License, see LICENSE.