Every year, Relay FM does a fundraiser to help St Jude and its mission. Learn more about it here.
This is a Rust crate to fetch the campaign progress and then do stuff with it. It includes a small library and a sample CLI tool.
Other resources:
This crate is a pretty standard Rust crate and follows the typical build process.
Install Rust with https://rustup.rs/. Reopen your terminal if you've already cloned this repo.
Run it from here:
$ cargo run
Install it into your path with cargo
$ cargo install --path .
Add this crate as a dependency by adding this to your Cargo.toml
[dependencies]
relay-st-jude = { git = "https://github.com/Chris--B/relay-st-jude.git" }