bingehub
v1.0.6
Published
A CLI tool to browse movies, series, and anime.
Downloads
136
Maintainers
Readme
BingeHub
https://github.com/user-attachments/assets/4d110e13-c0ba-41ce-9f6d-10164ad075c7
BingeHub CLI is a command-line tool for browsing and selecting your favorite movies, series or anime. It allows users to explore media content directly from the terminal.
Pre-requisites
- Node.js (v14 or higher)
Installation
via npm
To install BingeHub CLI globally, use 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.