Fillerama

November 21st, 2012

A filler text generator with quotes from Futurama, Star Wars, Dexter, Monty Python, Doctor Who, and more! Check it out at: http://chrisvalleskey.com/fillerama/

If you want to hook into the basic API, here’s a quick rundown on how to grab content:

http://api.chrisvalleskey.com/fillerama/get.php?count=100&format=json&show=futurama
  • Count: Number of sentences you want. If you specify it as “ALL” (without the quotes and all caps), it will grab all of the quotes.
  • Format: JSON or XML. Additionally, you’ll need to use a JSONP callback if you’re using JavaScript. Look at the source file I use on Fillerama to see how to do this if you need help.
  • Show: The show you want to grab quotes from. Available options: arresteddevelopment, doctorwho, dexter, futurama, holygrail, simpsons, starwars, and loremipsum.

Posted under Projects with tags , , .