ruquotes

Crates.ioruquotes
lib.rsruquotes
version0.2.0
sourcesrc
created_at2022-01-19 16:14:52.446552
updated_at2022-04-06 17:08:41.600596
descriptionA simple command line tool to get random quotes.
homepagehttps://github.com/UltiRequiem/ruquotes
repositoryhttps://github.com/UltiRequiem/ruquotes
max_upload_size
id516824
size38,476
Eliaz Bobadilla (UltiRequiem)

documentation

README

Ruquotes

Documentation Code Coverage

API Wrapper and CLI tool for Quotable 📣

Installation

cargo install ruquotes

Usage

use ruquotes::quote;

let custom_quote = quote().await?;

println!(
    "{} \n - {}",
    custom_quote.content.green(),
    custom_quote.author.cyan()
);

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

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 📄

Commit count: 21

cargo fmt