https://github.com/codedotjs/apology
:star: An API to generate celebrity prev apologies.
https://github.com/codedotjs/apology
Last synced: 11 months ago
JSON representation
:star: An API to generate celebrity prev apologies.
- Host: GitHub
- URL: https://github.com/codedotjs/apology
- Owner: CodeDotJS
- License: mit
- Created: 2017-12-12T17:53:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T17:56:05.000Z (over 8 years ago)
- Last Synced: 2025-07-12T03:31:45.897Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
## apology [](https://travis-ci.org/CodeDotJS/freecodecamp-podcast-dl)
> An API to generate celebrity perv apologies.
## Install
```
$ npm install --save apology
```
## Usage
```js
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](http://rishigiri.ml)