diff options
| author | real-zephex <[email protected]> | 2024-06-07 09:55:29 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-06-07 09:55:29 +0530 |
| commit | 5c4f41b088d075a4cdf935a1e03880887206218c (patch) | |
| tree | 0b21c038a8d8946650911c1b881249542b15aa6a | |
| parent | 🚀 feat(ui): added manga with better UI (diff) | |
| parent | Update README.md (diff) | |
| download | dramalama-5c4f41b088d075a4cdf935a1e03880887206218c.tar.xz dramalama-5c4f41b088d075a4cdf935a1e03880887206218c.zip | |
Merge branch 'master' of https://github.com/real-zephex/Dramalama-Next
| -rw-r--r-- | README.md | 79 |
1 files changed, 45 insertions, 34 deletions
@@ -1,53 +1,64 @@ -(outdated README, will update later)
+# Dramalama
-## Dramalama
+## 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.
-Dramalama is an online service where you can watch kdramas and anime and read mangas for free.
-
-<p align="center">
- <img width="300" height="300" src="https://github.com/real-zephex/Dramalama/assets/143923795/add2af15-7d1a-4185-8c48-c31be488d559">
-</p>
-
-## Description
+## 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.
-This web application, built with the Next.js framework, relies on data fetched from the Consumet API. The anime section benefits from server-side rendering, ensuring efficient performance. To maintain uniformity, both the kdrama and manga sections have been updated to utilize server-side rendering (SSR), aligning them with the architecture of the anime section.
+## Technologies Used
+- **Framework:** Next.js
+- **Styling:** CSS, NextUI
-## Features
+## Data Sources
+Dramalama fetches data from multiple APIs to provide comprehensive and up-to-date information on various entertainment media.
-#### Kdrama
+### Anime
+- **API:** [Consumet](https://github.com/consumet/api.consumet.org)
-- Users can search for dramas by their title.
-- The platform is designed to be responsive, ensuring compatibility with all screen sizes.
-- HLS streams, meaning the quality will adapt to your network conditions automatically.
-#### Anime
+### K-Dramas
+- **API:** [Dramacool API](https://dramacool-scraper.vercel.app) and [Consumet](https://github.com/consumet/api.consumet.org)
+- Endpoints:
+ - Popular: `/popular`
+ - Recent: `/recent`
-- The homepage displays top airing anime and recent episode releases.
-- Users have the option to search for anime titles.
-- Due to server-side rendering, requests are cached. This means that if a user visits a specific episode of an anime and then tries to revisit it, the page will load instantly. This caching benefits other users who are attempting to watch the same anime.
-- Vidstack serves as the video player.
-#### Manga
+### Movies and Series
+- **API:** [The Movie Database (TMDb) API](https://www.themoviedb.org/documentation/api)
-- Users can search for mangas/manhwa by their title
-- A good looking info page
-- ~~Ability to download mangas in `.pdf` format~~
+## Setup Instructions
+To set up the project locally, follow these steps:
-## Content Guidelines
+1. Clone the repository:
+ ```
+ git clone <repository-url>
+ cd <repository-directory>
+ ```
-Dramalama doesn't stores any data. It fetches it data through Consumet API which in turns scrapes other websites to get that stream. If you have any problem, then try contacting the owner of those websites.
+2. Install dependencies:
+ ```
+ npm install
+ ```
-## Deployments
+3. Run the development server:
+ ```
+ npm run dev
+ ```
-- Vercel: https://dramalama.vercel.app
-- Netlify: https://dramalama.netlify.app
+4. Open your browser and navigate to `http://localhost:3000` to see the application in action.
-[](https://app.netlify.com/sites/dramalama/deploys)
+#### Demo
+Live demo is available at [Dramalama - Vercel](https://dramalama.vercel.app) and [Dramalama - Netlify](https://dramalama.netlify.app)
-## Self Hosting
+*Using the netlify one is recommended*
-You are allowed to self host this project on your local machines, vps etc. But, please change the site name before hosting it.
+## License
+This project is licensed under the MIT License.
-## Contributing
+## Star History
-Contributors are welcome!!
+[](https://star-history.com/#real-zephex/Dramalama&Date)
|