aggrecat

Build your own activity feed from different social media sites.

Stars
6
Committers
1

Aggrecat

Build your own activity feed from different social media sites.

How to Develop

Create a Twitter app. Create a Google API key. Create a Twitch app.

bundle install
rails db:migrate
rake db:setup
cp dotenv.sample .env

Modify .env with your Twitter app's credentials, your Google API key, and your Twitch client ID.

bundle exec rails s
open http://localhost:3000
Related Projects