openfoodfacts / openfoodfacts-nodejs

Official Node package for Open Food Facts
https://openfoodfacts.github.io/openfoodfacts-nodejs/
Apache License 2.0
148 stars 27 forks source link

Add quality checks in the NodeJS package #529

Open teolemon opened 1 month ago

teolemon commented 1 month ago

Problem

Currently, we don't check what is sent in the nutrition, whereas on the website we have multiple checks.

Proposed solution

Add checks that can return warnings

Part of