fillerama
fillerama is a gem to quickly pull quotes from Chris Valleskey's fillerama API.
Installation
Add this line to your application's Gemfile:
gem 'fillerama'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fillerama
Usage
Fillerama: A Filler Text Generator
Usage: fillerama [options]
-c, --count COUNT Number of quotes to retrieve (default is 1)
-d, --dexter Dexter
-D, --doctorwho Doctor Who
-f, --futurama Futurama (default)
-h, --help Display this screen
-H, --holygrail Monthy Python and the Holy Grail
-l, --loremipsum Lorem ipsum dolor sit amet, consectetur adipiscing elit.
-s, --simpsons The Simpsons
-S, --starwars Star Wars
-v, --version Print version and exit
API from Chris Valleskey (http://chrisvalleskey.com/fillerama/)
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
MIT license, see LICENSE.txt for details
Copyright (c) 2012 Neal Clark