Code Monkey home page Code Monkey logo

recipe-api's Introduction

Recipe-API

my Recipe API An API to share recipes from different cuisines all around the globe.

Contributing Recipes

We welcome contributions to our recipe collection! If you'd like to add a new recipe, please follow these guidelines:

Recipe Format

Each recipe should be formatted as a JSON object with the following structure:

{
    "id": [Unique numerical identifier],
    "name": "[Recipe Name]",
    "cuisine": "[Cuisine Type]",
    "ingredients": [
        "[Ingredient 1]",
        "[Ingredient 2]",
        ...
    ],
    "instructions": "[Cooking Instructions]",
    "calories": [Calories],
    "duration": "[Cooking Duration]"
}

Guidelines

  1. Unique Identifier (id): Ensure each recipe has a unique numerical identifier in the incremental order it is going to be stored in.

  2. Name (name): Provide a clear and concise name for the recipe.

  3. Cuisine (cuisine): Specify the cuisine type (e.g., Italian, Indian, Japanese, Chinese).

  4. Ingredients (ingredients): List all ingredients as strings in an array.

  5. Instructions (instructions): Write step-by-step cooking instructions.

  6. Calories (calories): Include the approximate calories for the entire recipe.

  7. Duration (duration): Indicate the total time it takes for cooking.

How to submit

  • Fork this repository.

  • Add your recipe to the recipes array in data.json.

  • Create a pull request with a clear title and description.

Thank you for contributing!

recipe-api's People

Contributors

mutahir-muhammad avatar

Watchers

 avatar

Forkers

msayyamabbasi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.