rickrizzo / GroGro

A health conscious grocery list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GRO GRO Build Status

A health conscious grocery list creatd on the MEAN stack, GroGro uses the USDA food lookup API to provide valuable nutrition information on a myriad of foods. This data is then visualized and summarized for simple consumption by the user.

GroGro API

  • /get_food/:food
    Method: GET
    Makes a request to the USDA database, returns all the food entries matching the query parameter, ordered by relevance.
  • /get_nutrition/:food_id
    Method: GET
    Makes a request to the USDA database, returns the nutrition infromation based on the food_id

Dev Tools

When editing styling, run the included 'watch-css' script for a better workflow. Invoke the script using npm run watch-css in the terminal.
Additionally, deployments can be automated through the use of Nodemon (included in Dev dependencies). Invoke this by typing nodemon grogro in the terminal.

Services

USDA Nutrition Database

Repository

About

A health conscious grocery list

License:MIT License


Languages

Language:JavaScript 63.0%Language:CSS 23.9%Language:HTML 13.1%