1.0.3 • Published 4 years ago

calculate-meetups v1.0.3

Weekly downloads
7
License
ISC
Repository
github
Last release
4 years ago

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()));
1.0.3

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago