## Dramalama Dramalama is an online service where you can watch kdramas and anime for free.

## Description This web application is written using Next.JS framework and fetches it data via [Consumet API](https://github.com/consumet/api.consumet.org). The anime section is mostly server rendered so you can expect some good performance out of it. However, kdrama is section is not server rendered as it was originally written in React and I just copy pasted the code from there to here. *However, I am planning to rewrite the kdrama section and make it server rendered* ## Features #### Kdrama - User can search for dramas by their title - Have tried to adapt to all screen sizes - HLS streams, meaning the quality will adapt to your network conditions automatically. #### Anime - Top airing animes and recent episode releases are shown on the homepage. - User can search for animes by their title. - Due to server side rendering, the requests are cached meaning if you visit a specific episode of some anime and then try to revisit it again then it will constantly load. It can benefit other users who are trying to watch the same anime. - [Vidstack](https://www.vidstack.io/) has been used as video player. ## Deployment You can pretty easily deploy it on vercel or on your local machine. 1. Make sure you have npm installed. 2. Clone this repository: `git clone https://github.com/real-zephex/Dramalama` 3. `cd` into the directory. 4. Execute `npx next` and it will start your web server. Alternatively, you can link your repository to vercel and have your very own streaming website. ## Content Guidelines 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. ## Contributing Contributors are welcome!!