| Crates.io | potd |
| lib.rs | potd |
| version | 0.1.0 |
| created_at | 2024-09-27 23:17:05.804731+00 |
| updated_at | 2024-09-27 23:17:05.804731+00 |
| description | Retrieve Picture of the Day feed from Wikimedia Commons |
| homepage | https://github.com/menhera-org/potd-rs |
| repository | https://github.com/menhera-org/potd-rs |
| max_upload_size | |
| id | 1389570 |
| size | 80,593 |
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();
Apache-2.0 or MPL-2.0. (Safe to use in non-copyleft projects.)