/my-all-favorites

Twitterのいいねを全件表示するRailsアプリケーション

Primary LanguageRubyMIT LicenseMIT

my-all-favorites

2018-12-22 9 20 55

Description

This application displays all of your Twitter's favorites.

Requirements

This app requires the following:

Usage

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

License

This software is released under the MIT License, see LICENSE.