drusepth / Indent

Indent is a set of tools for writers, game designers, and roleplayers to create magnificent universes – and everything within them.
http://indentapp.com
1 stars 1 forks source link

Random animal API generator #445

Open drusepth opened 9 years ago

drusepth commented 9 years ago

Hitting /generate/animal should respond with a random animal data blob:

{
  'name': 'Georgia',
  'species': 'Cougar',
  'weight': '62lbs',
  'color': 'white'
}

Issue split from https://github.com/drusepth/Indent/issues/112