export-paprika-recipes

1.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i export-paprika-recipes

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

3.91 kB

Total Files

6

Last publish

Collaborators

  • agarrharr