1.1.1 • Published 6 years ago

plantoeat v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

PlanToEat Calendar Fetch

Package to streamline fetching calendar from plantoeat.com into simple objects

Installing

Install using npm should be easiest - otherwise just clone from git

npm i plantoeat

To use it:

const planToEat = require('plantoeat'),
    allEvents = planToEat.fetchAll(<my id from plantoeat>),
    upcomingEvents = planToEat.fetchUpcoming(<my id from plantoeat>),
    recipesOnly = planToEat.fetchRecipes(<my id from plantoeat>),
    ingredientsOnly = planToEat.fetchIngredients(<my id from plantoeat>),
    notesOnly = planToEat.fetchNotes(<my id from plantoeat>);

Contributing

Fork it and send a pull request. Make sure you've run the eslint rules first.

Versioning

SemVer is used for versioning.

Authors

  • Peter Lind - Initial work - Fake51

License

This project is licensed under the MIT License - see the LICENSE file for details

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago