Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 597 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 597 Bytes

yify-pop

Inspired by popcorn-app, a node web server to stream torrents from yify. Built using Geddy and the peerflix library.

Requirements

Node 0.10.16

Install from http://nodejs.org/ or use https://github.com/creationix/nvm

Geddy 0.12.x

[sudo] npm -g install geddy

Peerflix 0.2.x

[sudo] npm -g install peerflix

Getting Started

  1. Open a command line and change to the directory

  2. Run npm install to install dependencies

  3. Run geddy to start the server

  4. Visit http://localhost:4000 in your browser

Enjoy!