An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# canistreamit-rs

[![HitCount](http://hits.dwyl.io/mrrobb/canistreamit-rs.svg)](http://hits.dwyl.io/mrrobb/canistreamit-rs)
[![Crates.io](https://img.shields.io/crates/v/canistreamit)](https://crates.io/crates/canistreamit)
[![Crates.io](https://img.shields.io/crates/d/canistreamit)](https://crates.io/crates/canistreamit)
[![Docs.rs](https://docs.rs/canistreamit/badge.svg)](https://docs.rs/canistreamit/latest/canistreamit)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](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.*"
```