Homeflix is a movie catalogue with a integrated torrent searching and streaming.
- Node.js: +22.12
- TMDB API key
- (Optional) Open Subtitles VIP account
Clone the repository, install the dependencies:
git clone https://github.com/kabab/homeflix
cd homeflix
npm install
Copy the .env.example
file to .env
and fill the required fields:
cp .env.example .env
TMBD_API_KEY
: Your TMDB API keyOPENSUBTITLES_API_KEY
: Your Open Subtitles API keyOPENSUBTITLES_USERNAME
: Your Open Subtitles usernameOPENSUBTITLES_PASSWORD
: Your Open Subtitles password
Run the application:
npm start