From 2bb6c0f11b8bdc1e6bf732139da4488861c06503 Mon Sep 17 00:00:00 2001 From: Factiven Date: Mon, 1 May 2023 14:49:13 +0700 Subject: Update v3.5.1 --- README.md | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 051e37a..f67b995 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,8 @@

-

Moopa 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.

-

- main + main

@@ -47,6 +45,10 @@
+## Introduction + +

Moopa 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.

+ ## 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 [factiven.org@gmail.com](mailto:factiven.org@gmail.com), 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 [factiven.org@gmail.com](mailto:factiven.org@gmail.com), or you can join our [discord sever](https://discord.gg/4xTGhr85BG). ## Support This Project -[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/E1E6F9XZ3) + +[Star this project](https://github.com/DevanAbinaya/Ani-Moopa) + +[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/E1E6F9XZ3) +Trakteer Saya -- cgit v1.2.3 From e6507c4bd0f8e4d98bd0823136e8a906201514ed Mon Sep 17 00:00:00 2001 From: Factiven Date: Mon, 1 May 2023 15:56:06 +0700 Subject: Update v3.5.2 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f67b995..e9f5d18 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ npm install ```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" -GRAPHQL_ENDPOINT=https://graphql.anilist.co -NEXTAUTH_SECRET='type this in your bash terminal (openssl rand -base64 32) with no bracket and paste it here' +GRAPHQL_ENDPOINT="https://graphql.anilist.co" +NEXTAUTH_SECRET='run this cmd in your bash terminal (openssl rand -base64 32) with no bracket, and paste it here' NEXTAUTH_URL="for development use http://localhost:3000/ and for production use your domain url" ``` @@ -116,7 +116,7 @@ If you have any questions or feedback, please reach out to us at [factiven.org@g ## Support This Project -[Star this project](https://github.com/DevanAbinaya/Ani-Moopa) +✨ [Star this project](https://github.com/DevanAbinaya/Ani-Moopa) [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/E1E6F9XZ3) Trakteer Saya -- cgit v1.2.3