1.0.0 • Published 6 years ago

apology v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

apology Build Status

An API to generate celebrity perv apologies.

Install

$ npm install --save apology

Usage

const apology = require('apology');

apology().then(res => {
  console.log(res)
  /*
    As a male feminist, harassment is completely unacceptable — especially when people
    find out about it. At the time I believed that my sociopathic manipulation of the 22-year-old
    in my office was consensual, and of course now I realize my behavior was wrong. In conclusion,
    I will devote my life to finding the real Golden Globes party molester.
  */
});

License

MIT © Rishi Giri

1.0.0

6 years ago