An open API service indexing awesome lists of open source software.

https://github.com/xta/gottweet

sample app for getting tweets with twitter oauth
https://github.com/xta/gottweet

Last synced: 11 months ago
JSON representation

sample app for getting tweets with twitter oauth

Awesome Lists containing this project

README

          

#Got Tweet?

##Sample app for:
* get tweet by ID
* store tweet
* show tweet

##Setup

git clone git@github.com:xta/GotTweet.git
cd GotTweet
bundle
cp config/config.yml.example config/config.yml

setup `/config/config.yml` with Twitter keys

rake db:migrate
rails server

##Stack
* Ruby on Rails
* SQLite