A way to stream your favorite movies and TV shows with the VIDEASY player.
- Search for movies, TV shows, and anime using The Movie Database (TMDB) API.
- Stream content with VIDEASY.
- Movie URL format:
https://player.videasy.to/movie/{tmdbMovieId} - TV URL format:
https://player.videasy.to/tv/{tmdbShowId}/{season}/{episode} - 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.localfile 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 or TV shows.
- Select a result to view details and open the embedded VIDEASY player.
- Optionally adjust player options via URL parameters.
- 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.