tmdb-cli
v0.2.0
Published
The Movie Database Client
Downloads
13
Readme
TMDB Client
The movie database nodeJS client
Installation :tada:
To install this module you must use NPM or Yarn
$ [sudo] npm install tmdb-cli --global # or Yarn
Why?
I've done this module because I spend a lot of time on terminal and sometimes is easier search movies in commandline instead of open a new browser tab and search on imdb or on tmdb.
How?
TMDB Client it's easy! You can just type tmdb <film name>
and select the right one from the list!
Also you can do an advanced search with the flag --advanced
Options :art:
You can personalize the result language with the flag --lang
or use your own api-key with --key
, by the way if you want restore default settings, obviously, you can do it easily with --restore
!
you should be registered to get an api-key