1.0.6 • Published 10 months ago

cocktailrecipes v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months 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

10 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago