Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thlorenz/nf-rated
Store and process Netflix movies including IMDB rating.
https://github.com/thlorenz/nf-rated
Last synced: 2 months ago
JSON representation
Store and process Netflix movies including IMDB rating.
- Host: GitHub
- URL: https://github.com/thlorenz/nf-rated
- Owner: thlorenz
- License: mit
- Created: 2020-09-12T06:34:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T04:39:39.000Z (over 4 years ago)
- Last Synced: 2024-04-14T06:44:54.529Z (8 months ago)
- Language: Rust
- Size: 1.43 MB
- Stars: 14
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# nf-rated [![](https://github.com/thlorenz/nf-rated/workflows/Rust/badge.svg?branch=master)](https://github.com/thlorenz/nf-rated/actions)
[![](./resources/assets/nf-rated.gif)](./resources/assets/nf-rated.gif)
Query Netflix movies sorted by their IMDB rating.
## Steps to Get Started
Get API key from [omdbapi](http://www.omdbapi.com/).
```sh
OMDB_KEY= nf-rated sync```
Run TUI app to find good shows :)
```sh
nf-rated
```## LICENSE
MIT