Skip to content

agarrharr/export-paprika-recipes

Repository files navigation

export-paprika-recipes

Exports recipes from Paprika using their API.

Install

npm install export-paprika-recipes

exportRecipes

To get an array of recipes:

const paprika = require('export-paprika-recipes');

paprika.exportRecipes(username, password)
  .then(recipes => {
    console.log(recipes);
  });

saveRecipes

To save the recipes to a json file:

const paprika = require('export-paprika-recipes');

paprika.saveRecipes(username, password, 'recipes.json');

Related

License

MIT

About

Exports recipes from Paprika using their API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published