Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xta/gottweet

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

Last synced: about 1 month 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 [email protected]: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