Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

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