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 food API generator #441

Open drusepth opened 9 years ago

drusepth commented 9 years ago

Mostly just so users can generate random favorite foods or foods for any other situation, but might as well throw in more data to the blob of data generated, e.g. (with random values):

{
  'name': 'Potato',
  'calories': '163',
  'fat': '0.2g',
  'Cholesterol': '0',
  'Sodium': '13mg',
  'Potassium': '900mg',
  'Cabohydrates': '40g',
  'Protein': '4.3g'
}

Should respond to /generate/food

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