delinquent
v1.0.0
Published
Client did not pay? Add opacity to the body tag and increase it every day until their site completely fades away. A port of not-paid.js to NPM
Downloads
3
Readme
delinquent
A port of not-paid.js to NPM. Wraps the logic in a function that you can call anywhere.
Usage
const delinquent = require('delinquent');
const due_date = new Date('2017-02-27');
delinquent(due_date);
Installation
This package is distributed over NPM!
yarn add delinquent
# ...or...
npm install delinquent --save