/show-me-a-movie

Stream a movie torrent through your command line.

Primary LanguageJavaScript

Show Me a Movie

Stream any movie through your command line with its IMDb token. Available on npm.

example

Usage

Requirements:

  • Node v4.0.0 (for ES6)
  • Peerflix globally installed, npm install peerflix -g
  • VLC

Setup/Running

Install via npm.

npm install show-me-a-movie -g

Find movie token within IMDb URL, i.e. http://www.imdb.com/title/tt1872181 => tt1872181

Run pkg. with token as argument (required).

show-me-a-movie tt0114814

Contribute

Feel free to open an issue or make a pull request.