This is a visual and textual random generator based on a Twitter scrapper, made as a desperate attempt to be part of the Code Happening 2012 organized by scvsoft
- RVM
- MongoDB
- A decent browser, webkit preferably
- ...lots of memory :-)
- Clone
- cd to the app's directory with the console to create the gemset
bundle install
- edit the
config/config.yml
accordingly (you may use my twitter keys if you want) - Run the web app's server with
thin start
(for production settings fillconfig/thin.yml
with the appropriate values for your production environment and runthin start -C config/thin.yml
) - Open the app on http://localhost:3000 (the MongoDB daemon should be already running)
- You will be prompted to load some data the first time by clicking a link
- Then the fun begins
- you may wipe the stored data by going to http://localhost:3000/clean
- you also may load more data going to http://localhost:3000/update
A demo is available here
Thanks to bartaz for his library impress.js. It is great library which is a reflection of his author, he writes source code in way that helps you to learn a lot from him.
Also thanks to Kyle Banker, author of MongoDB in Action, who inspired this app.