The movie database nodeJS client
To install this module you must use NPM or Yarn
$ [sudo] npm install tmdb-cli --global # or Yarn
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.
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
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