imdb-play
v1.0.0
Published
A simple & fast CLI tool to play IMDb titles from the terminal on the browser
Maintainers
Readme
Imdb-play CLI
A simple and fast command-line tool that lets you play a movie or TV show that is available in Imdb from your terminal directly in your browser and stream it.
Features
- Play movies and TV shows from the terminal
- Fetch matching IMDb title suggestions
- Select the correct title from a list
- Open the actual IMDb title page directly in the browser
Demo Flow
imdb-playThen enter a movie or show name:
? Enter movie or show name: InterstellarSelect the correct result:
? Select the correct title:
❯ Interstellar (2014)
Interstellar: Nolan's Odyssey (2014)The tool opens:
https://www.imdb.com/title/tt0816692/Tech Stack
- Node.js
- JavaScript
- @inquirer/prompts
- open
- IMDb Suggestions endpoint
Installation
Install the CLI globally using npm:
npm install -g imdb-playAfter installation run it from anywhere:
imdb-playLocal Development
Clone the project:
git clone https://github.com/SpruceVedant/imdb-play.git
cd imdb-playInstall dependencies:
npm installLink the CLI locally:
npm linkNow you can run the CLI from anywhere:
imdb-play