fresh-produce
v0.2.0
Published
determine in-season fruits and vegetables
Downloads
4
Readme
fresh-produce
determine in-season fruits and vegetables
Usage
const { seasons } = require('fresh-produce');
console.log(seasons.spring); // apples, apricots, asparagus, ...
Installation
If using yarn
:
yarn add fresh-produce
Otherwise:
npm install --save fresh-produce
License
ISC