This repository was archived by the owner on Oct 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
TRBMB
Chew edited this page Apr 14, 2018
·
4 revisions
Returns an array with one quote:
["That really exposes my memes"]
require 'rest-client'
require 'json'
puts JSON.parse(RestClient.get("http://api.chew.pro/trbmb"))[0]Thanks to advaith#9121 on the API channel! Link in footer
const snekfetch = require('snekfetch')
snekfetch.get('http://api.chew.pro/trbmb').then((result) => {
console.log(JSON.parse(result.text)[0])
})```Want to add your own examples? Let me know here!
| Name | Call |
|---|---|
| TRBMB | GET /trbmb |
| Acronym | GET /acronym/:acronym |
| Chewbotcca Discord Commands | GET /chewbotcca/discord/command/:command |
| Chewbotcca MemeDB | GET /chewbotcca/memedb/:meme |