All Projects → openfoodfacts → openfoodfacts-go

openfoodfacts / openfoodfacts-go

Licence: MIT License
Go Wrapper for Open Food Facts

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to openfoodfacts-go

openfoodfacts-laravel
Open Food Facts API wrapper for Laravel
Stars: ✭ 117 (+244.12%)
Mutual labels:  food, openfoodfacts
smooth-app
The new Open Food Facts mobile application for Android and iOS, crafted with Flutter and Dart
Stars: ✭ 187 (+450%)
Mutual labels:  food, openfoodfacts
openfoodfacts-ruby
Open Food Facts API Wrapper
Stars: ✭ 27 (-20.59%)
Mutual labels:  food, openfoodfacts
TheReportOfTheWeek-API
API of The Report Of The Week Reviews
Stars: ✭ 20 (-41.18%)
Mutual labels:  food
awesome-kacchi
A curated list of awesome Kacchi Biryani available throughout the world.
Stars: ✭ 20 (-41.18%)
Mutual labels:  food
ramys-tedbira
A website (webapp) to get food recipes by recipes names & ingredients.
Stars: ✭ 15 (-55.88%)
Mutual labels:  food
online-menu-cloud-kitchen-and-food-delivery-system
Most Advance online restaurant menu, food delivery system, online restaurant menu, free online restaurant menu, free online restaurant menu app, online restaurant menu service provider
Stars: ✭ 16 (-52.94%)
Mutual labels:  food
hapi
Hydro­ponic Automa­tion Plat­form Ini­tia­tive (HAPI)
Stars: ✭ 65 (+91.18%)
Mutual labels:  food
nutri.gram
Nutrition is the main source of life and although it has been our secondary instinct to check for nutritional value in the food we eat, the effect any diet has on our body and health is consequential. From the fact which connotes the value of nutrition in our diet, springs the idea of nutri.gram. nutri.gram is a mobile application that scans the…
Stars: ✭ 21 (-38.24%)
Mutual labels:  food
arisgarden
Electronic Cookbook
Stars: ✭ 52 (+52.94%)
Mutual labels:  food
openfoodfacts-apirestpython
Python API for Open Food Facts (using a DB dump)
Stars: ✭ 47 (+38.24%)
Mutual labels:  food
Online-Food-Ordering-Web-App
Online Food Ordering System Website using basic PHP, SQL, HTML & CSS. You can use any one of XAMPP, WAMP or LAMP server to run the Web App
Stars: ✭ 96 (+182.35%)
Mutual labels:  food
webstore
Bucky Box Web Store Rails App
Stars: ✭ 12 (-64.71%)
Mutual labels:  food
nutrifacts.js
A library to calculate nutrition facts, smartly. No third party services or remote DBs involved.
Stars: ✭ 22 (-35.29%)
Mutual labels:  food
foodies
A clean MVVM architecture android application
Stars: ✭ 14 (-58.82%)
Mutual labels:  food
ScoutAR
Augmented reality app displays nearby restaurant information in a live camera and map view.
Stars: ✭ 28 (-17.65%)
Mutual labels:  food
GardenHub
Improve urban food distribution by connecting community gardeners with pickers 🍆
Stars: ✭ 15 (-55.88%)
Mutual labels:  food
instacart-delivery-slot-finder
Mac Script that notifies you once a delivery slot in available on Instacart
Stars: ✭ 18 (-47.06%)
Mutual labels:  food
FoodiFi
FoodiFi App in flutter
Stars: ✭ 22 (-35.29%)
Mutual labels:  food
recipes
I like food ¯\_(ツ)_/¯
Stars: ✭ 23 (-32.35%)
Mutual labels:  food

openfoodfacts-go

Build Status

About

This library is for accessing OpenFoodFacts data for food product, ingredients and nutritional data from within your go application. You can also get the Nutri-Score and the Eco-Score

Use of the OpenFoodFacts database is subject to the OpenFoodFacts Terms of Use, please read them before using this library in your application.

This library is copyright © 2019-2021 OpenFoodFacts. All rights reserved. Use of this library is governed by the MIT license which can be found in the LICENSE.txt file.

Documentation

Package documentation

OpenFoodFacts API details

Go API wiki page

Usage details

This is a very simple example how to use the library in you go program.

package main

import (
	"github.com/openfoodfacts/openfoodfacts-go"
)

func main() {
	api := openfoodfacts.NewClient("world", "", "")
	product, err := api.Product("0737628064502")
}

There are runnable examples in the examples subdirectory.

Authors

Ken Allan

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].