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.
- Host: GitHub
- URL: https://github.com/rodrigogs/kinky-quotes
- Owner: rodrigogs
- Created: 2022-02-13T00:29:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T04:02:23.000Z (over 2 years ago)
- Last Synced: 2024-04-14T11:09:24.053Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kinky-quote
[](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
```