2.3.0 ā€¢ Published 2 years ago

ranmess v2.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ranmess

Code Coverage Deno Doc

The most complete Quotable API Wrapper and CLI Tool.

Quotable is a free, open source quotations API.

Usage

The API is the same on all this platforms āœ”ļø

Deno šŸ¦•

import * as ranmess from "https://deno.land/x/ranmess/mod.ts";

ranmess.cleanQuote(); //=> "In seed time learn, in harvest teach, in winter enjoy."
ranmess.cleanQuote(); //=> "A leader is one who knows the way, goes the way, and shows the way."

ranmess.cleanTags(); //=> ["business", "education", "faith", "famous-quotes", ...etc]

Node.js šŸ¢šŸš€

import * as ranmess from "ranmess";

Browser šŸŒ

You can use any CDN šŸ”„

Eg šŸ‘‰ ESM ā†”ļø SkyPack šŸ†š Script Tag ā†”ļø JSDelivr

Documentation

Is hosted on Deno Doc šŸ“„

This module is fully typed, includes lot of utils and interfaces!

CLI šŸ’»

Install šŸ“¦

Deno

deno install --allow-net https://deno.land/x/ranmess/ranmess.ts

Node.js

npm install -g ranmess

A binary for multiple platforms is provided too! šŸ¤–

Usage šŸ•¹ļø

ranmess

A random quote and its author will be printed!

Video Showcase šŸŽ„

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 ā­

Versioning

We use Semantic Versioning. For the versions available, see the tags šŸ·ļø

Other Art

I also made this on Rust, Python, and Go. Even a website!

Licence

Licensed under the MIT License šŸ“„

2.3.0

2 years ago

2.2.0

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.6

2 years ago

2.1.7

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago