All Projects → ajzbc → Kanye.rest

ajzbc / Kanye.rest

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Kanye.rest

Cfpmp
Cloudflare Partner Management Panel
Stars: ✭ 194 (-65.23%)
Mutual labels:  api, cloudflare
Cloudflare Cli
CLI utility managing CloudFlare services using CloudFlare API
Stars: ✭ 61 (-89.07%)
Mutual labels:  api, cloudflare
Graphql Starter
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI.
Stars: ✭ 3,377 (+505.2%)
Mutual labels:  api, cloudflare
Cloudflare
CloudFlare API - PHP
Stars: ✭ 192 (-65.59%)
Mutual labels:  api, cloudflare
Flaresolverr
Proxy server to bypass Cloudflare protection
Stars: ✭ 241 (-56.81%)
Mutual labels:  api, cloudflare
quoters
📝 Random quotes generator package. Available on npm and PyPi
Stars: ✭ 17 (-96.95%)
Mutual labels:  quotes, random
Substats
📈📉 Shhhh...we're counting your subscribers!
Stars: ✭ 396 (-29.03%)
Mutual labels:  api, cloudflare
Eos Go
EOS.IO Go API library
Stars: ✭ 531 (-4.84%)
Mutual labels:  api
Notykt
📒 NotyKT is a complete 💎Kotlin-stack (Backend + Android) 📱 application built to demonstrate the use of Modern development tools with best practices implementation🦸.
Stars: ✭ 543 (-2.69%)
Mutual labels:  api
Video Transcoding Api
Agnostic API to transcode media assets across different cloud services.
Stars: ✭ 530 (-5.02%)
Mutual labels:  api
Kapow
Kapow! If you can script it, you can HTTP it.
Stars: ✭ 526 (-5.73%)
Mutual labels:  api
Jikan
Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
Stars: ✭ 531 (-4.84%)
Mutual labels:  api
Rick And Morty Api
The Rick and Morty API
Stars: ✭ 542 (-2.87%)
Mutual labels:  api
Googledictionaryapi
Google does not provide Google Dictionary API so I created one.
Stars: ✭ 528 (-5.38%)
Mutual labels:  api
Itchat
A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。
Stars: ✭ 21,935 (+3831%)
Mutual labels:  api
Letsencrypt Heroku
Make any Heroku application secure in just a couple of minutes.
Stars: ✭ 530 (-5.02%)
Mutual labels:  cloudflare
Fav Up
IP lookup by favicon using Shodan
Stars: ✭ 550 (-1.43%)
Mutual labels:  cloudflare
Vocabulary
[Not Maintained anymore] Python Module to get Meanings, Synonyms and what not for a given word
Stars: ✭ 545 (-2.33%)
Mutual labels:  api
Sweetest
小而美的自动化测试解决方案,支持 Web UI 测试,Http 接口测试,DB 操作测试,App 测试,小程序测试,Windows GUI 测试,文件操作
Stars: ✭ 542 (-2.87%)
Mutual labels:  api
Resize Observer
Polyfills the ResizeObserver API.
Stars: ✭ 540 (-3.23%)
Mutual labels:  api

🌊 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].