From 1eee181e219dfd993d396ac3169e7aad3dd285eb Mon Sep 17 00:00:00 2001 From: Factiven Date: Sun, 16 Jul 2023 22:35:39 +0700 Subject: Update v3.6.4 - Added Manga page with a working tracker for AniList user - Added schedule component to home page - Added disqus comment section so you can fight on each other (not recommended) - Added /id and /en route for english and indonesian subs (id route still work in progress) --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2580678..71f3c4b 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@
Watch Page
+
Read Page
+ + ## Introduction @@ -95,14 +98,15 @@ CLIENT_SECRET="get the secret from here https://anilist.co/settings/developer" 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" -PROXY_URI="I recommend you to use this cors-anywhere as a proxy https://github.com/Rob--W/cors-anywhere follow the instruction on how to use it there." -API_URI="host your own API from this repo https://github.com/consumet/api.consumet.org you can deploy it using the one click setup there. very easy" +PROXY_URI="I recommend you to use this cors-anywhere as a proxy https://github.com/Rob--W/cors-anywhere follow the instruction on how to use it there. Skip this if you only use gogoanime as a source" +API_URI="host your own API from this repo https://github.com/consumet/api.consumet.org. Don't put / at the end of the url." +API_KEY="this API key is for manga page. get the key from https://anify.tv/discord" ``` 4. Add this endpoint as Redirect Url on AniList Developer : ```bash -https://{your-website-url}/api/auth/callback/AniListProvider +https://your-website-url/api/auth/callback/AniListProvider ``` 5. Start local server : @@ -113,8 +117,9 @@ npm run dev ## Credits -- [Consumet API](https://github.com/consumet/api.consumet.org) -- [AniList API](https://github.com/AniList/ApiV2-GraphQL-Docs) +- [Consumet API](https://github.com/consumet/api.consumet.org) for anime sources +- [AniList API](https://github.com/AniList/ApiV2-GraphQL-Docs) for anime details source +- [Anify API](https://anify.tv/discord) for manga sources - [miru](https://github.com/ThaUnknown/miru/) for inspiring me making this site ## License -- cgit v1.2.3