RUST - Little Twitch Command-Line Interface

zaekof

NOGIER Loïc

Posted on February 21, 2020

RUST - Little Twitch Command-Line Interface

Hi all!

I recently started learning Rust in my free time, and I love it!
So i started with a little cli program with Twitch API.

The goal is to be able to connect to the Twitch API to be allowed to make queries and get Top Games or User info for exemple, juste make cargo run info-user=5588994 and the program returns the information from the target user.

Repo link : github.com/RustTwitchCli

For the future, maybe restart with a clap crate. Feel free to tell me the things I'm doing wrong (there's probably a lot of them) :D.

💖 💪 🙅 🚩
zaekof
NOGIER Loïc

Posted on February 21, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related