Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 280 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 280 Bytes

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);