#quote #service #kaas

bin+lib kanye

KAAS (Kanye As A Service)

2 releases

0.1.1 May 18, 2021
0.1.0 Apr 8, 2021

#86 in #quote

35 downloads per month

Apache-2.0

10KB
57 lines

kanye-rs

Crates.io Crates.io API

KAAS (Kanye As A Service)

Prints out a random Kanye quote from the kanye.rest API.

As A Command Line Tool

Install it:

$ cargo install kanye

Use it:

$ kanye 
Kanye says "One of my favorite of many things about what the Trump hat represents to me is that people can't tell me what to do because I'm black"

As A Library

fn main() {
    let quote = kanye::quote().unwrap();

    println!("Kanye says \"{}\"", quote);
}

Output:

Kanye says "We used to diss Michael Jackson the media made us call him crazy ... then they killed him"

Dependencies

~3–13MB
~152K SLoC