Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajzbc/kanye.rest
🌊 A free REST API for random Kanye West quotes (Kanye as a Service)
https://github.com/ajzbc/kanye.rest
api cloudflare cloudflare-worker kanye kanye-west quote quote-generator quotes random worker workers
Last synced: 5 days ago
JSON representation
🌊 A free REST API for random Kanye West quotes (Kanye as a Service)
- Host: GitHub
- URL: https://github.com/ajzbc/kanye.rest
- Owner: ajzbc
- License: mit
- Created: 2019-02-12T06:10:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T22:25:44.000Z (4 months ago)
- Last Synced: 2024-10-25T03:44:43.637Z (11 days ago)
- Topics: api, cloudflare, cloudflare-worker, kanye, kanye-west, quote, quote-generator, quotes, random, worker, workers
- Language: TypeScript
- Homepage: https://kanye.rest
- Size: 12.3 MB
- Stars: 902
- Watchers: 9
- Forks: 96
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - kanye.rest - 🌊 A free REST API for random Kanye West quotes (Kanye as a Service) (JavaScript)
README
# [kanye.rest](https://kanye.rest)
A free REST API for random Kanye West quotes (Kanye as a Service).
Built with [Cloudflare Workers](https://workers.cloudflare.com/).
## Usage
### `GET` [https://api.kanye.rest](https://api.kanye.rest)
```json
{
"quote": "I feel like I'm too busy writing history to read it."
}
```### `GET` [https://api.kanye.rest/text](https://api.kanye.rest/text)
```text
The world is our office
```### `GET` [https://api.kanye.rest/quotes](https://api.kanye.rest/quotes)
> [!WARNING]
> This response format may change.```ts
[
...,
"I leave my emojis bart Simpson color",
"I love sleep; it's my favorite.",
...,
]
```## Development
```shell
pnpm dev
```## License
MIT