random_quote 0.1.3

Pull a random quote from zenquotes.io
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.reqwest]
features = ["blocking"]
version = "0.11.22"

[dependencies.scraper]
version = "0.18.1"

[package]
authors = ["Pranjal Patel <pranjalpatel@duck.com>"]
categories = ["web-programming"]
description = "Pull a random quote from zenquotes.io"
edition = "2021"
license = "GPL-3.0-only"
name = "random_quote"
readme = "README.md"
repository = "https://github.com/Pranjal-Patel/random_quote"
version = "0.1.3"