edamam-node
v1.0.3
Published
Edamam API for Node.js
Downloads
7
Readme
Edamam Node API
npm install edamam-node
Usage
const { EdamamClient } = require("edamam-node");
const client = new EdamamClient({
appId: "your-app-id",
appKey: "your-app-key"
});
const search = await client.searchRecipesByQuery("your-query");
Documentation
See https://developer.edamam.com for more details.