Geolocalize twits around you and the globe
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
Follow on-screen instructions once the application is running