Skip to main content

ranmess

A Quotable API Wrapper and CLI Tool.

CLI

Install

  • Deno
deno install --allow-net https://deno.land/x/ranmess/ranmess.ts
  • Node.js
npm install -g ranmess

Usage

ranmess

A random quote and its author will be printed!

Usage Example

// On Node.js
// import { randomQuotable } from "ranmess";
import { randomQuotable } from "https://deno.land/x/ranmess/mod.ts";

const quote = await randomQuotable();
console.log(` ${quote.content} \n  - ${quote.author}`);

Check the cli source for more.

Support

Open an Issue, I will check it a soon as possible πŸ‘€

If you want to hurry me up a bit send me a tweet πŸ˜†

Consider supporting me on Patreon if you like my work πŸš€

Don’t forget to start the repo ⭐

Alternatives

I also developed this in Go, Rust, and Python.

Licence

Licensed under the MIT License.