recipe-generator
v0.1.0
Published
Generates a random recipe from ingredients you give it
Downloads
3
Readme
Recipe generator
Generates a random recipe from two ingredients!
Usage
The module currently only takes two ingredients.
The ingredients must be passed in as an array of strings.
Example
var ingredients = ['banana', 'flour'];
createRecipeFrom(ingredients);