1.0.6 • Published 2 years ago

cocktailrecipes v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Cocktails

A database of recipes of cocktails, syrups, garnishes, and infusions.

How to use

Install

npm i cocktailrecipes

Usage

const cocktails = require("cocktailrecipes");

cocktails.recipes()

If no parameter is entered all recipes will be returned.
A parameter can also be passed to search by drink name, ingredient, 
or type of recipe(cocktail, syrup, garnish, or infusion).
To get a list of all searchable ingredients:

const { uniqueIngredients } = require("cocktailrecipes");

console.log(uniqueIngredients); 
1.0.6

2 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago