Skip to content

A node cli app to get information about netflix shows and movies.

License

Notifications You must be signed in to change notification settings

codbugs/netflix-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netflix-cli

An example of implementing a CLI tool that allows to query for Netflix content stored in a static file.

netflix-cli is the experiment of using commander package to implement cli apps. Netflix content has been obtained from Kaggle site.

Usage

$ netflix movies -c Spain # shows all movies with Spain involved in the production
$ netflix shows -duration 1 # shows all tv shows with only 1 season of duration

Commands

The following are the commands supported:

  • detail: show information for a movie or tv show,
  • movies: show information about movies,
  • shows: show information about tv shows,
  • genres: list all genres available,
  • ratings: list all ratings available,
  • help: show help information for each command.

About

A node cli app to get information about netflix shows and movies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published