potd 0.1.0

Retrieve Picture of the Day feed from Wikimedia Commons
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# POTD-rs

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

```rust
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.)