Coder Social home page Coder Social logo

breakfastapi's Introduction

BreakFastApi 🍣 🍔 🍕

Breakfastapi

The most delicious API on the web. Just send a request and you'll receive the most mouth watering dish recipe with estimated cooking time and all the necessary ingredients and instructions.

Problem:

Humans are only capable of remembering a limited number of food recipes.

Solution:

Break Fast Api solves this problem by memorizing more than 12.000 recipes and making them available at will. The delicious meals are now only one GET request away from you.


Check it out!

BreakFastApi

How does it work?


For detailed instructions on installation and documentation please check the wiki page:

Wiki

Sample request:

import requests
r = requests.get("https://breakfastapi.fun/")
data = r.json()

Sample response:

{
    "status": 200,
    "recipe": {
        "id": 11574,
        "name": "Devils Steak Sauce Recipe",
        "total_duration": 15,
        "ingredients": ["brown sugar",
                        "tomato sauce",
                        "raspberry",
                        "worcestershire sauce",
                        "hot pepper",
                        "black pepper",
                        "vinegar"
                        ],
        "directions": "In a saucepan over high heat, blend raspberry jam..."
    }
}

Projects using the BreakFastApi

Kotlin App

Console App

Discord Bot

Console App

GUI App

Frontend

Bon Appétit! │ Hyvää Ruokahalua! 😋

breakfastapi's People

Contributors

obtusedev avatar mariiasizova avatar geometrein avatar nakyamurya avatar

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.