Package to streamline fetching calendar from plantoeat.com into simple objects
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>);
Fork it and send a pull request. Make sure you've run the eslint rules first.
SemVer is used for versioning.
- Peter Lind - Initial work - Fake51
This project is licensed under the MIT License - see the LICENSE file for details