Skip to content

UltiRequiem/ruquotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Ruquotes

Documentation Code Coverage

API Wrapper and CLI tool for Quotable πŸ“£

Live coding πŸ‘‡

Video Thumbnail

Installation

cargo install ruquotes

Usage

use ruquotes::quote;

let quote = quote().await?;

println!("{} \n - {}", quote.content, quote.author);

CLI

Install

The same way as the library.

Or use a binary from releases.

Usage

quotable

Video Showcase πŸ“Ή

Standing on the shoulders of giants

  • πŸ—Ό tokio-rs: A runtime for writing reliable asynchronous applications with Rust.

  • πŸ€— colored: The easier way to have text on your term!

  • πŸ‘ clap: A full featured, fast Command Line Argument Parser for Rust

  • ⚑ reqwest: An easy and powerful Rust HTTP Client

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 ⭐

Authors

Eliaz Bobadilla - Creator and Maintainer πŸ’ͺ

See also the full list of contributors who participated in this project ✨

Versioning

We use Semantic Versioning. For the versions available, see the tags 🏷️

Other Art

I also made this on JavaScript, Python, a website, and Go.

Licence

Licensed under the MIT License πŸ“„