blob: 712125dc9af05cfb143f146e04f72db99cb5b0e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
# 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 <repository-url>
cd <repository-directory>
```
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
[](https://star-history.com/#real-zephex/Dramalama&Date)
|