A sample application that demonstrates the use of Radian6's tag cloud API consumed by Heroku. The application also uses d3 JS on the front-end to render the tag cloud.
Setup the following environment variables before you attempt to run the application
- R6_APP_KEY: Your Radian6 App Key
- R6_PASSWORD_MD5: A MD5 hash of your radian6 password
- R6_USERNAME: Your radian6 username
- REDISTOGO_URL: Redis to go URL
Make sure your play framework install directory is on your path. Then navigate to the application directory and run the app with:
$play run
$ git push heroku master
That's about all it takes to deploy to Heroku.