StreamingService 2025 OpenSource is a simple streaming service that was originally developed as BingeBit. It is now open source and available for the community to use, customize, and improve.
- Simple Login System using Discord (Login with email and password via Firebase is not working).
- Movie Display: a basic way to show movies.
- User Activity Check: checks if a user is active.
- Subscription API: a simple API for managing subscriptions.
This project is built with:
- Node.js
- JSON
- EJS (Embedded JavaScript Templates)
Follow these steps to run the project locally:
- Install Dependencies
npm install
- Set Environment Variables
- Copy the example environment variables file:
cp .env.example .env
- Fill in all required fields in the
.envfile. - Complete the necessary information in
fb-service.json. - Adjust settings in
index.jsif needed.
- Start the Application
node index.js
- Watch functionality is not working.
- Admin panel is not functioning properly.
- Firebase integration is not working.
- Login with email and password via Firebase is not functional.
- Certain features may not work correctly or require adjustments.
This project is open source and licensed under the MIT License.