https://github.com/mrrobb/canistreamit-rs
Check if you can stream something in a service, check prices, scores and popularity.
https://github.com/mrrobb/canistreamit-rs
canistream crates imdb justwatch rotten-tomatoes
Last synced: about 1 year ago
JSON representation
Check if you can stream something in a service, check prices, scores and popularity.
- Host: GitHub
- URL: https://github.com/mrrobb/canistreamit-rs
- Owner: MrRobb
- License: mit
- Created: 2019-08-07T17:58:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T18:09:37.000Z (almost 7 years ago)
- Last Synced: 2025-06-22T06:02:48.590Z (about 1 year ago)
- Topics: canistream, crates, imdb, justwatch, rotten-tomatoes
- Language: Rust
- Homepage: https://crates.io/crates/canistreamit
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# canistreamit-rs
[](http://hits.dwyl.io/mrrobb/canistreamit-rs)
[](https://crates.io/crates/canistreamit)
[](https://crates.io/crates/canistreamit)
[](https://docs.rs/canistreamit/latest/canistreamit)
[](https://github.com/MrRobb/canistreamit-rs/blob/master/LICENSE)
Uses [justwatch.com](https://www.justwatch.com) to extract information about movies and tv shows. The information that you can extract is laid in the documentation. Specifically, in here: [Movie](https://docs.rs/canistreamit/latest/canistreamit/struct.Movie.html).
### Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
canistreamit = "0.2.*"
```