Socket
Socket
Sign inDemoInstall

openfoodfacts-nodejs

Package Overview
Dependencies
52
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    openfoodfacts-nodejs

Open Food Facts API NodeJS Wrapper


Version published
Weekly downloads
117
increased by69.57%
Maintainers
1
Install size
22.8 MB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 11 Jan 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc