Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 490 Bytes

README.rdoc

File metadata and controls

23 lines (16 loc) · 490 Bytes

# Twitmapr

Geolocalize twits around you and the globe

## Setup

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

“‘yaml TWITTER_CONSUMER_KEY: CODE_HERE TWITTER_CONSUMER_SECRET: CODE_HERE TWITTER_OAUTH_TOKEN: CODE_HERE TWITTER_OAUTH_TOKEN_SECRET: CODE_HERE “`

  1. Use webrick to run the server or use thin server

“‘ruby rails s thin “`

## Usage

Follow on-screen instruction once the application is running