Skip to content

Luciekimotho/recipe-mate

Repository files navigation

RecipeMate

A utility library for working with recipes. This library will provide functions for common recipe operations such as searching for recipes, storing recipes, and calculating nutritional information.

Some examples of functions that this library will include:

  1. searchRecipes: Searches for recipes based on specified ingredients, dietary restrictions, and other criteria.
  2. storeRecipe: Stores a new recipe in a database or file system.
  3. getRecipe: Retrieves a recipe from the database or file system based on its ID.
  4. calculateNutrition: Calculates the nutritional information for a recipe based on its ingredients and serving size.
  5. convertUnits: Converts ingredient measurements between different units (e.g., from cups to ounces).

Installation

yarn install recipe-mate

Usage

import { convertUnits } from 'recipe-mate;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published