A way to stream your favorite movies, TV shows, and anime using multiple streaming APIs.
- Search for movies, TV shows, and anime using The Movie Database (TMDB) API.
- Stream content using embed links from:
- Responsive and user-friendly interface.
- Customizable player options.
- Node.js (v16 or higher)
- npm or yarn
- API key from The Movie Database (TMDB)
-
Clone the repository:
git clone https://github.com/LaganYT/ImpactStream.git cd ImpactStream
-
Install dependencies:
npm install
-
Create a
.env.local
file in the root directory and add your TMDB API key:NEXT_PUBLIC_TMDB_API_KEY=your_tmdb_api_key
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
.
- Use the search bar on the homepage to search for movies, TV shows, or anime.
- Select a result to view detailed information and available streaming options.
- Click on a streaming link to start watching content directly in the embedded player.
- Next.js - React framework for server-side rendering.
- Axios - HTTP client for API requests.
- TMDB API - For fetching movie, TV show, and anime data.
This project is licensed under the MIT License. See the LICENSE file for details.
- TMDB for providing movie and TV show data.
- Various streaming APIs for embedding content.