calculate-meetups
v1.0.3
Published
Calculate the meetup dates for Hack Horsham
Downloads
5
Readme
Calculate Meetups
Calculate the meetups for Hack Horsham.
Installation
npm i calculate-meetups
// or
yarn add calculate-meetups
Usage:
import { getFutureEvents } from "calculate-meetups";
const events = getFutureEvents("Jan 1 2021", 12);
events.forEach((e) => console.log(e.toString()));