refactor: update api description

This commit is contained in:
Ritesh Ghosh
2025-05-25 22:40:35 +05:30
parent 48eb038827
commit 4690452462
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ RUN npm run build
FROM node:22-alpine as prod FROM node:22-alpine as prod
LABEL org.opencontainers.image.source=https://github.com/ghoshRitesh12/aniwatch-api LABEL org.opencontainers.image.source=https://github.com/ghoshRitesh12/aniwatch-api
LABEL org.opencontainers.image.description="Node.js API for obtaining anime information from hianime.to" LABEL org.opencontainers.image.description="NodeJS API for obtaining anime data from hianime.to"
LABEL org.opencontainers.image.licenses=MIT LABEL org.opencontainers.image.licenses=MIT
# install curl for healthcheck # install curl for healthcheck
+8 -8
View File
@@ -23,13 +23,13 @@
<meta name="twitter:card" content="summary_image"> <meta name="twitter:card" content="summary_image">
<meta name="twitter:site" content="@aniwatch-api"> <meta name="twitter:site" content="@aniwatch-api">
<meta name="twitter:title" content="Aniwatch API"> <meta name="twitter:title" content="Aniwatch API">
<meta name="twitter:description" content="Node.js API for obtaining anime information from hianimez.to"> <meta name="twitter:description" content="NodeJS API for obtaining anime data from hianimez.to">
<meta name="twitter:image:src" <meta name="twitter:image:src"
content="https://raw.githubusercontent.com/ghoshRitesh12/aniwatch-api/refs/heads/main/public/img/hianime_v2.png"> content="https://raw.githubusercontent.com/ghoshRitesh12/aniwatch-api/refs/heads/main/public/img/hianime_v2.png">
<meta name="keywords" content="hianime api scraper anime aniwatch node express typescript"> <meta name="keywords" content="hianime api scraper anime aniwatch node express typescript">
<meta property="og:title" content="Aniwatch API"> <meta property="og:title" content="Aniwatch API">
<meta name="description" content="Node.js API for obtaining anime information from hianimez.to"> <meta name="description" content="NodeJS API for obtaining anime data from hianimez.to">
<meta property="og:description" content="Node.js API for obtaining anime information from hianimez.to"> <meta property="og:description" content="NodeJS API for obtaining anime data from hianimez.to">
<link rel="shortcut icon" <link rel="shortcut icon"
href="https://raw.githubusercontent.com/ghoshRitesh12/aniwatch-api/refs/heads/main/public/img/hianime_v2.png"> href="https://raw.githubusercontent.com/ghoshRitesh12/aniwatch-api/refs/heads/main/public/img/hianime_v2.png">
@@ -202,11 +202,11 @@
<!-- <!--
IMPORTANT: IMPORTANT:
1. The hosted version of this API is only meant to demo the API and would have rate-limiting enabled to minimise bandwidth 1. The hosted version of this API is only meant to demo the API and would have rate-limiting enabled to minimise bandwidth
consumption. It is recommended to deploy your own instance for personal use by customizing the API as you need it to be. consumption. It is recommended to deploy your own instance for personal use by customizing the API as you need it to be.
2. This API is just an unofficial API for hianimez.to and is in no other way officially related to the same. 2. This API is just an unofficial API for hianimez.to and is in no other way officially related to the same.
3. The content that this API provides is not mine, nor is it hosted by me. These belong to their respective owners. This 3. The content that this API provides is not mine, nor is it hosted by me. These belong to their respective owners. This
API just demonstrates how to build an API that scrapes websites and uses their content. API just demonstrates how to build an API that scrapes websites and uses their content.
--> -->
<body> <body>