1.1.0 • Published 1 year ago

whentocop-api v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

When to cop API

EN: Interact with the When to cop API

FR: Interagir avec l'API de When to cop

Example

const whentocop = require("whentocop-api");
myDate = new Date();
const drops = await whentocop.search(myDate);
console.log(drops);

Notez que le paramètre myDate doit être une instance de Date ou undefined si vous souhaitez utiliser la date actuelle.

1.1.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago