Git Product home page Git Product logo

fit-bliss's Introduction

Fit-Bliss

To get bliss, be fit. This fitness App will help you out through physical training, nutrition, and diet, to get fit.

Resource Description

Contains information about nutritional values including the meal plans, also provides an overall recommendation about what to eat.

End points and Methods

GET healthyeating/{mealplan}

Get the mealplan by healthy eating.

Parameters

Path Parameters

Path parameter Description
{mealplan} The idea for the meal you want to look up, Valid mealplan ideas are available from our site fitbliss.com.

Query string parameters

Query string parameters Required/ Optional Description Type
Breakfast Optional Count the total number of calories Integer
Lunch Optional Count the total number of calories Integer
Dinner Optional Count the total number of calories Integer
Snacks Optional Count the total number of calories Tnteger

Sample Request

curl -I -X GET "https://api.fitbliss.com/recepies/healthyeating/mealplan?appid=APIKEY&

(In the above code, replace 'APIKEY' with your actual key.)

Sample Response

The following is a sample response from the healthyeating/{mealplan} endpoint:

{
  "healthyeating": [
    {
      "mealplan": "Daily"
      "breakfast": {
        "8am" {
          "yogurt": "half cup",
          "Apple": 1,
          "Slice": 2,
          "Egg": 2,
          "Recommendation": "calory count is complete!"
        }
      }
      "lunch": {
        "1pm" {
          "vegtables": 1,
          "bread": 1,
          "chicken piece": 1,
          "salad": 1,
        }
      }
      "dinner": {
        "7pm" {
          "vegtables": 1,
          "bread": 1,
          "chicken piece": 1,
          "salad": 1,
        }
      }
      "snacks": {
        "5pm" {
          "tea": 1,
          "buscuit": 1,
        }
      }
    }
  ]
  }

Response Description

The following table describes each item in the response.

Response item Description Data type
yogurt Semifluid fermented milk food Object
Apple Friut name, rich in Iron Integer
Slice A thin, broad piece of food Integer
Egg Rich in Protein Integer
Vegetable Edible product from plants Integer
Bread Wheat Chappati Integer
Chicken piece Meat rich in Protein Integer
Salad Edible product from plants Integer
Tea An aeromatic beverage Integer
Buiscuit Baked Product made from all purpose flour Integer

fit-bliss's People

Contributors

sanashah-id avatar

Watchers

 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.