/kanye.rest

🌊 A free REST API for random Kanye West quotes (Kanye as a Service)

Primary LanguageJavaScriptMIT LicenseMIT

🌊 kanye.rest

A free REST API for random Kanye West quotes (Kanye as a Service)

Usage

GET https://api.kanye.rest
{
 "quote" : "I feel like I'm too busy writing history to read it."
}

Development

Created using Cloudflare Workers

  • Create an account
  • Install Wrangler to build

To run locally without changes:

  • ❯ wrangler generate kanyerest https://github.com/ajzbc/kanye.rest (Cloudflare Workers do not allow punctuation)
  • ❯ wrangler preview --watch

To make changes, fork and then:

  • ❯ git clone https://github.com/{username}/kanye.rest
  • ❯ cd kanye.rest
  • ❯ wrangler init kanyerest (Cloudflare Workers do not allow punctuation)
  • ❯ wrangler preview --watch

Todo

  • Cache quotes.json on Cloudflare Edge

License

MIT