Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 971 Bytes

README.md

File metadata and controls

50 lines (31 loc) · 971 Bytes

bingehub

Browse and stream your favorite movies, series or anime via CLI or website.

Pre-requisites

Installation

via npm

npm install -g bingehub
  • After installation, you can use the BingeHub CLI by typing bingehub in your terminal:
bingehub

via Source

If you want to run the project directly from the source code:

  • Clone the repository:
git clone https://github.com/prajeshElEvEn/bingehub.git
cd bingehub
  • Install the dependencies:
npm install
  • Run the application:
npm start

Media will open and play in your default web browser.

API Integration

BingeHub CLI fetches data from popular media APIs such as TMDB (The Movie Database) and VidSrc to provide up-to-date content.