Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 987 Bytes

File metadata and controls

43 lines (24 loc) · 987 Bytes

Tweetalyzer

Learn how to turn return values from the Twitter API into relevant metrics and actionable data.

To get this application running.

  1. Fork and Clone this repository.

  2. Install any relevant gems.

bundle install
  1. Setup your .env file.
cp .env.example .env
  1. Head to the Twitter api, register an application, get all your tokens and paste them into .env

Tutorial on how to get your twitter tokens...

http://cl.ly/image/2Y4041172H3o/Image%202014-08-06%20at%201.36.14%20PM.png

  1. Run the application
rackup
  1. Head to http://localhost:9292 and begin to learn about the Magic 💥

Useful Resources