donchan922 / my-all-favorites

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Ruby 74.4%Language:HTML 16.6%Language:SCSS 5.0%Language:JavaScript 3.0%Language:CoffeeScript 1.0%