diff options
| author | Factiven <[email protected]> | 2023-05-01 14:49:13 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-05-01 14:49:13 +0700 |
| commit | 2bb6c0f11b8bdc1e6bf732139da4488861c06503 (patch) | |
| tree | 21da09ea0fecb585a1bd550815ee9401a8db9951 /README.md | |
| parent | Update v3.5 (diff) | |
| download | moopa-2bb6c0f11b8bdc1e6bf732139da4488861c06503.tar.xz moopa-2bb6c0f11b8bdc1e6bf732139da4488861c06503.zip | |
Update v3.5.1
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 29 |
1 files changed, 21 insertions, 8 deletions
@@ -22,10 +22,8 @@ </p> -<p align="center"><a href="https://moopa.live">Moopa</a> is an anime streaming website build with nextjs and tailwindcss with a sleek and modern design that offers Anilist integration to help you keep track of your favorite anime series. Moopa is entirely free and does not feature any ads, making it a great option for you who want an uninterrupted viewing experience.</p> - <p align="center"> - <img src="https://user-images.githubusercontent.com/97084324/234832975-0804e6bd-8528-4f53-b0fb-7ccce5342f59.png" alt="main" width="900"> + <img src="https://user-images.githubusercontent.com/97084324/234832975-0804e6bd-8528-4f53-b0fb-7ccce5342f59.png" alt="main"> </p> <details> @@ -47,6 +45,10 @@ </details> +## Introduction + +<p><a href="https://moopa.live">Moopa</a> is an anime streaming website build with nextjs and tailwindcss with a sleek and modern design that offers Anilist integration to help you keep track of your favorite anime series. Moopa is entirely free and does not feature any ads, making it a great option for you who want an uninterrupted viewing experience.</p> + ## Features - Free ad-supported streaming service @@ -61,23 +63,28 @@ - [x] Connect to consumet API to fetch episodes data - [x] Implement skip op/ed button on supported anime - [x] Create README file -- [ ] Integrate Anilist API for anime tracking +- [x] Integrate Anilist API for anime tracking - [x] Ability to auto track anime after watching >= 90% through the video - [x] Create a user profile page to see lists of anime watched - - [ ] Ability to edit list inside detail page + - [x] Ability to edit list inside detail page - [ ] Working on Manga pages ## For Local Development 1. Clone this repository using : + ```bash git clone https://github.com/DevanAbinaya/Ani-Moopa.git ``` + 2. Install package using npm : + ```bash npm install ``` -3. Create ```.env``` file in the root folder and put this inside the file : + +3. Create `.env` file in the root folder and put this inside the file : + ```bash CLIENT_ID="get the id from here https://anilist.co/settings/developer" CLIENT_SECRET="get the secret from here https://anilist.co/settings/developer" @@ -87,6 +94,7 @@ NEXTAUTH_URL="for development use http://localhost:3000/ and for production use ``` 4. Start local server : + ```bash npm run dev ``` @@ -103,7 +111,12 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md ## Contact -Thank You for passing by!! If you have any questions or feedback, please reach out to us at [[email protected]](mailto:[email protected]), or you can join our [discord sever](https://discord.gg/4xTGhr85BG). +Thank You for passing by!! +If you have any questions or feedback, please reach out to us at [[email protected]](mailto:[email protected]), or you can join our [discord sever](https://discord.gg/4xTGhr85BG). ## Support This Project -[](https://ko-fi.com/E1E6F9XZ3) + +[Star this project](https://github.com/DevanAbinaya/Ani-Moopa) + +[](https://ko-fi.com/E1E6F9XZ3) +<a href="https://trakteer.id/factiven" target="_blank"><img id="wse-buttons-preview" src="https://cdn.trakteer.id/images/embed/trbtn-red-5.png" height="36" style="border: 0px; height: 36px;" alt="Trakteer Saya"></a> |