Skip to content

josedulanto/twitmapr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Geolocalize twits around you and the globe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published