quote-generator

Crates.ioquote-generator
lib.rsquote-generator
version1.0.0
sourcesrc
created_at2024-06-14 11:00:11.395908
updated_at2024-06-14 13:50:04.213303
descriptionThis project is a `.deb` package for generating random quote thanks to the `dummyjson` API
homepage
repository
max_upload_size
id1271851
size47,682
masterSkill (masterSkill77)

documentation

README

Random Quote Generator

This project is a .deb package for generating random quote thanks to the dummyjson API

License

The project is under MIT License

Installation

You can install the binary from 2 ways :

1 Installing from source ( with Rust and Cargo ) 2 Installing directly the binary

Installing from source

You have to clone the project locally.

git clone https://github.com/masterSkill77/quote-generator.git

Or with ssh

git clone git@github.com:masterSkill77/quote-generator.git

After that, you have to run

cargo run

Installing from binary file

curl -fsSL https://cdn.jsdelivr.net/gh/masterSkill77/quote-generator@master/install.sh | sh

How to run the program

quote-generator

Thanks to

  • Dummy JSON
Commit count: 0

cargo fmt