potd

Crates.iopotd
lib.rspotd
version0.1.0
sourcesrc
created_at2024-09-27 23:17:05.804731
updated_at2024-09-27 23:17:05.804731
descriptionRetrieve Picture of the Day feed from Wikimedia Commons
homepagehttps://github.com/menhera-org/potd-rs
repositoryhttps://github.com/menhera-org/potd-rs
max_upload_size
id1389570
size80,593
Yuka MORI (metastable-void)

documentation

README

POTD-rs

Rust library to get the list of pictures from the Wikimedia Commons Picture of the Day (POTD) feed

let engine = potd::Engine::new(1920);
let picture_urls = engine.run_blocking().unwrap();

License

Apache-2.0 or MPL-2.0. (Safe to use in non-copyleft projects.)

Commit count: 2

cargo fmt