/relay-st-jude

Rust crate for querying live updates on Relay FM's St Jude fundraiser

Primary LanguageRust

Relay FM St Jude Fundraiser

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:

Building

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.

The CLI tool

Run it from here:

$ cargo run

Install it into your path with cargo

$ cargo install --path .

image

The library

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" }