himanshu8443 / 8-Stream

🎬 Movies/WebSeries streaming
https://8-stream.vercel.app
16 stars 12 forks source link

8-stream-high-resolution-logo-transparent

Watch movies and Series in multi-language online without any ads with minimal UI.

This is a free Movies/Series search engine built with Next.js and powered by the 8-StreamAPI and Consumet API.


image

Screenshot 2024-01-15 180306

Installation

  1. Clone the repository to your local machine.

    git clone https://github.com/himanshu8443/8-Stream.git
  2. Install the required packages.

    cd 8-Stream
    npm install
  3. Set up the environment variables:

    Create a .env file in the root directory. Add the required environment variables

    TMDB_KEY = TMDB key # get it from https://developer.themoviedb.org/reference/intro/getting-started
    
    STREAM_API = your8StreamUrl.com/api/v1  # 8stream api URL, get it from https://github.com/himanshu8443/8StreamApi
    
    CONSUMET_API = Consumet Api url # get it from https://github.com/consumet/api.consumet.org
  4. Start the development server.

    npm run dev
  5. Open the project in your browser at http://localhost:3000 to view your project.

This is a Next.js project bootstrapped with create-next-app.