https://github.com/viniciusmeneses/food-search
:strawberry: Discover the nutritional information of 700,000+ foods
https://github.com/viniciusmeneses/food-search
edamam-api food food-database nutrition-information nutritional search
Last synced: 4 months ago
JSON representation
:strawberry: Discover the nutritional information of 700,000+ foods
- Host: GitHub
- URL: https://github.com/viniciusmeneses/food-search
- Owner: viniciusmeneses
- License: mit
- Created: 2018-10-14T15:08:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T18:39:27.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T23:28:51.300Z (6 months ago)
- Topics: edamam-api, food, food-database, nutrition-information, nutritional, search
- Language: JavaScript
- Homepage: http://food-search.surge.sh
- Size: 3.42 MB
- Stars: 29
- Watchers: 0
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# food-search
> Discover the nutritional information of 700,000+ foods!
**food-search** is a *open-source* project which uses [Edaman API](https://developer.edamam.com/) to browse and retrieve the nutritional information and brand of any food or meal searched. The API contains a [Food Database](https://developer.edamam.com/food-database-api) with over 700,000 foods, restaurant items, fast foods and package foods.
[**Demo available here!**](http://food-search.surge.sh)
![]()
## Using
First of all, you need to clone or download this repository.
```
git clone https://github.com/viniciusmeneses/food-search
```Go to the **food-search** folder and install the dependencies
```
npm install
```Run one of the following commands to start use **food-search**:
```
// Build and starts front-end and back-end servers
npm run dev// Builds the application only
npm run build
```