openfoodfacts-nodejs
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Open Food Facts-NodeJS

This is the official node module for Open Food Facts API.

Installation

Use npm to include package in your project:

npm i openfoodfacts-nodejs

Example code snippet:

const off = require('openfoodfacts-nodejs');
const client = new off();

client.getProduct('5000112546415').then(console.log);

Development

Clone the repository and run npm i in the directory

Contribute

Fork the repository and feel free to send a PR.

Please use the angular commit guideline.

Third party applications

If you use this SDK, feel free to open a PR to add your application in this list.

Package Sidebar

Install

npm i openfoodfacts-nodejs

Weekly Downloads

110

Version

0.1.0

License

Apache-2.0

Unpacked Size

21.3 MB

Total Files

49

Last publish

Collaborators

  • jbeynar