Skip to content

LaganYT/ImpactStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImpactStream

A way to stream your favorite movies, TV shows, and anime using multiple streaming APIs.

Features

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/LaganYT/ImpactStream.git
    cd ImpactStream
  2. Install dependencies:

    npm install
  3. Create a .env.local file in the root directory and add your TMDB API key:

    NEXT_PUBLIC_TMDB_API_KEY=your_tmdb_api_key
    
  4. Start the development server:

    npm run dev
  5. Open your browser and navigate to http://localhost:3000.

Usage

  1. Use the search bar on the homepage to search for movies, TV shows, or anime.
  2. Select a result to view detailed information and available streaming options.
  3. Click on a streaming link to start watching content directly in the embedded player.

Technologies Used

  • Next.js - React framework for server-side rendering.
  • Axios - HTTP client for API requests.
  • TMDB API - For fetching movie, TV show, and anime data.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • TMDB for providing movie and TV show data.
  • Various streaming APIs for embedding content.

About

A way to stream your favorite movies

Resources

Stars

Watchers

Forks