9 releases
0.2.2 | Sep 12, 2020 |
---|---|
0.2.1 | Sep 5, 2020 |
0.1.5 | Nov 3, 2019 |
0.1.4 | Jan 8, 2019 |
0.1.0 | Jul 10, 2017 |
#7 in #classical
30KB
673 lines
WOWCPE
What's On WCPE?
WOWCPE is a simple command-line tool for the classical radio station WCPE.
Install
Install Cargo if you haven't already, and then run cargo install wowcpe
.
Usage
There are two ways to use WOWCPE:
wowcpe
: Show what's playing on WCPE right now.wowcpe -t HH:MM
: Show what will be playing at the timeHH:MM
.
Try wowcpe --help
for more details.
Contributing
Contributions are welcome! There are two things to keep in mind:
- This project uses the nightly Rust toolchain from rustup.
- This project uses
cargo fmt
to keep the code tidy.
License
© 2017 Mitchell Kember
WOWCPE is available under the MIT License; see LICENSE for details.
lib.rs
:
What's On WCPE?
This crate provides a single function lookup
to find out what is playing
on the classical radio station WCPE. It
returns a Response
, which contains the title, composer, and other
information about the piece.
Dependencies
~14–22MB
~331K SLoC