This commit is contained in:
Tejas Panchal
2026-03-01 13:03:47 +05:30
parent a6184c63d4
commit 0e1955eb42
5 changed files with 8 additions and 12 deletions

View File

@@ -1,6 +1,2 @@
# Origins you want to allow, use * to allow all origins (not recommended for production)
ALLOWED_ORIGINS=<https://site1.com>,<https://site2.com>,... ALLOWED_ORIGINS=<https://site1.com>,<https://site2.com>,...
PORT=4444
# Port the server will run on [OPTIONAL - default: 4444]
PORT=4444

View File

@@ -1,7 +1,7 @@
<div align="center"> <div align="center">
![Static Badge](https://img.shields.io/badge/node.js-grey?logo=nodedotjs) ![GitHub stars](https://img.shields.io/github/stars/itzzzme/anime-api?logo=github) ![Static Badge](https://img.shields.io/badge/node.js-grey?logo=nodedotjs) ![GitHub stars](https://img.shields.io/github/stars/JustAnimeCore/HiAnime-api?logo=github)
![GitHub forks](https://img.shields.io/github/forks/itzzzme/anime-api?logo=github) ![GitHub forks](https://img.shields.io/github/forks/JustAnimeCore/HiAnime-api?logo=github)
![Static Badge](https://img.shields.io/badge/version-1.0.0-blue) ![Static Badge](https://img.shields.io/badge/version-1.0.0-blue)
</div> </div>

View File

@@ -1,5 +1,5 @@
{ {
"name": "anime-api", "name": "HiAnime-Api",
"version": "1.0.0", "version": "1.0.0",
"description": "A restful api to provide all information about anime", "description": "A restful api to provide all information about anime",
"main": "./server.js", "main": "./server.js",
@@ -8,7 +8,7 @@
"dev": "nodemon server.js", "dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "Sayan Das", "author": "JustAnimeCore",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"axios": "^1.11.0", "axios": "^1.11.0",
@@ -28,6 +28,6 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/itzzzme/anime-api.git" "url": "https://github.com/JustAnimeCore/HiAnime-Api.git"
} }
} }

View File

@@ -81,7 +81,7 @@
</p> </p>
<div class="btns"> <div class="btns">
<a href="/">return home</a> <a href="/">return home</a>
<a href="https://github.com/itzzzme/anime-api" target="_blank" <a href="https://github.com/JustAnimeCore/HiAnime-Api" target="_blank"
>report problem</a >report problem</a
> >
</div> </div>

View File

@@ -110,7 +110,7 @@
<img id="pic" src="image.webp" alt="" /> <img id="pic" src="image.webp" alt="" />
<div class="github"> <div class="github">
<i class="fa fa-github" style="font-size: 36px"></i> <i class="fa fa-github" style="font-size: 36px"></i>
<a href="https://github.com/itzzzme/anime-api" target="_blank" <a href="https://github.com/JustAnimeCore/HiAnime-Api" target="_blank"
>Click here to refer docs</a >Click here to refer docs</a
> >
</div> </div>