refactor: update api description
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
+3
-3
@@ -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">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user