An open API service indexing awesome lists of open source software.

https://github.com/rodrigogs/kinky-quotes

Just another joke project. It is used by a Discord bot.
https://github.com/rodrigogs/kinky-quotes

Last synced: about 1 month ago
JSON representation

Just another joke project. It is used by a Discord bot.

Awesome Lists containing this project

README

          

# kinky-quote

[![Tests](https://github.com/rodrigogs/kinky-quotes/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/rodrigogs/kinky-quotes/actions/workflows/tests.yml)

Crawls random quotes from [kinkyquotes.com](http://kinkyquotes.com/).

## Notice
kinkyquotes.com is no longer operational ;(

### Install
```bash
$ npm install kinky-quote
```

### Usage
```js
import kinkyQuotes from 'kinky-quote'

(async () => {
const quote = await kinkyQuotes()
console.log(quote)
})()
```

### CLI
```bash
$ npx kinky-quote
```