# Dramalama This project is in the middle of a re-haul right now. Code will be made public soon, stay tuned! ## Introduction Dramalama is a web application designed to provide detailed information about various entertainment media including Anime, K-Dramas, Movies, and Web Series. The application fetches data from various sources and displays it in an organized and user-friendly manner. ## Features - Detailed information pages for Anime, K-Dramas, Movies, and Web Series. - Search functionality for finding specific media. - Pre-fetching of video links for optimized performance. - User-friendly interface with responsive design. ## Technologies Used - **Framework:** Next.js - **Styling:** CSS, NextUI ## Data Sources Dramalama fetches data from multiple APIs to provide comprehensive and up-to-date information on various entertainment media. ### Anime - **API:** [Consumet](https://github.com/consumet/api.consumet.org) ### K-Dramas - **API:** [Dramacool API](https://dramacool-scraper.vercel.app) and [Consumet](https://github.com/consumet/api.consumet.org) - Endpoints: - Popular: `/popular` - Recent: `/recent` ### Movies and Series - **API:** [The Movie Database (TMDb) API](https://www.themoviedb.org/documentation/api) ## Setup Instructions To set up the project locally, follow these steps: 1. Clone the repository: ``` git clone cd ``` 2. Install dependencies: ``` npm install ``` 3. Run the development server: ``` npm run dev ``` 4. Open your browser and navigate to `http://localhost:3000` to see the application in action. #### Demo Live demo is available at [Dramalama - Netlify](https://dramalama.netlify.app) NOTE: Dramalama is only hosted on netlify unless stated otherwise. Someone hosted this site on vercel with the same url and everything, so use it at your own risk! ## License This project is licensed under the MIT License. ## Star History [![Star History Chart](https://api.star-history.com/svg?repos=real-zephex/Dramalama&type=Date)](https://star-history.com/#real-zephex/Dramalama&Date)