edamam-node

Edamam API for Node.js

Usage no npm install needed!

<script type="module">
  import edamamNode from 'https://cdn.skypack.dev/edamam-node';
</script>

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.