Crates.io | ruquotes |
lib.rs | ruquotes |
version | 0.2.0 |
source | src |
created_at | 2022-01-19 16:14:52.446552 |
updated_at | 2022-04-06 17:08:41.600596 |
description | A simple command line tool to get random quotes. |
homepage | https://github.com/UltiRequiem/ruquotes |
repository | https://github.com/UltiRequiem/ruquotes |
max_upload_size | |
id | 516824 |
size | 38,476 |
API Wrapper and CLI tool for Quotable 📣
cargo install ruquotes
use ruquotes::quote;
let custom_quote = quote().await?;
println!(
"{} \n - {}",
custom_quote.content.green(),
custom_quote.author.cyan()
);
The same way as the library.
Or use a binary from releases.
quotable
🗼 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
Eliaz Bobadilla - Creator and Maintainer 💪
See also the full list of contributors who participated in this project ✨
We use Semantic Versioning. For the versions available, see the tags 🏷️
I also made this on JavaScript, Python,A website, and Go.
Licensed under the MIT License 📄