A Sinatra app to display random images from a Rackspace Cloud Files container. The awwbomb itself scrapes images from r/aww. Originally inspired by Alex Godin's corgibomb.
For easy deployment of awwbomb, use either of the following methods:
- Using Chef, with the awwbomb-cookbook
- On Heroku
Relies on Rackspace Cloud Files to store and deliver the images, and expects the following environment variables to be set:
Variable Name | Description |
---|---|
CF_USERNAME | Cloud Files Username |
CF_APIKEY | Cloud Files API Key |
CF_CONTAINER | Cloud Files Container |