popcorn-official / popcorn-api

Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player. Compatible API Anime/Movies/Show Scrapper
https://popcorntime.app
MIT License
622 stars 101 forks source link
episodes metadata popcorn popcorn-api popcorn-time trakt

popcorn-api

Build Status Windows Build Coverage Status Dependency Status devDependency Status document

Popcorn API is developed to make it easier for anyone to create their own version of Popcorn Time. It contains:

Installation

To setup your local machine to start working on the project you can follow these steps:

  1. Install MongoDB including mongoexport and mongoimport
  2. Install NodeJS (at least Node v7.10.1 or greater)
  3. Clone the repository with: git clone https://github.com/popcorn-official/popcorn-api.git
  4. Install dependencies npm i
  5. Install the flow-typed libraries with npm run flow-typed

Documentation

License

MIT License