Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 486 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 486 Bytes

Twitmapr

Geolocalize twits around you and the globe

Setup

Create a file 'application.yml' in app/config and paste this code, replace CODE_HERE with your Twitter application values.

TWITTER_CONSUMER_KEY: CODE_HERE
TWITTER_CONSUMER_SECRET: CODE_HERE
TWITTER_OAUTH_TOKEN: CODE_HERE
TWITTER_OAUTH_TOKEN_SECRET: CODE_HERE

Use webrick to run the server or use thin server

rails s thin

Usage

Follow on-screen instructions once the application is running