blewisio / fresh-produce

determine in-season fruits and vegetables :tomato:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

determine in-season fruits and vegetables :tomato:


Languages

Language:JavaScript 100.0%