Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azerothcore/acore-api
RESTful APIs for AzerothCore.
https://github.com/azerothcore/acore-api
azerothcore azerothcore-tools nestjs typescript
Last synced: about 21 hours ago
JSON representation
RESTful APIs for AzerothCore.
- Host: GitHub
- URL: https://github.com/azerothcore/acore-api
- Owner: azerothcore
- Created: 2019-10-08T07:54:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T21:08:15.000Z (3 months ago)
- Last Synced: 2024-10-29T10:06:05.828Z (2 months ago)
- Topics: azerothcore, azerothcore-tools, nestjs, typescript
- Language: TypeScript
- Homepage: https://www.azerothcore.org
- Size: 2.95 MB
- Stars: 45
- Watchers: 4
- Forks: 22
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Azeroth API
This project is a RESTful APIs for [AzerothCore](https://azerothcore.org).
This API support these tools:
- [ServerStatus](https://github.com/azerothcore/server-status/)
- [ArenaStats](https://github.com/azerothcore/arena-stats)
- [BG Queue Abuser Viewer](https://github.com/Helias/BG-Queue-Abuser-Viewer)
- [WoW Statistics](https://github.com/azerothcore/wow-statistics)### Requirements
- NodeJS & npm
- MySQL
- AzerothCore database### Installation
```
$ npm install
```Copy the configuration file `.env.example` file into `.env` and fill it.
Run the project:
```
$ npm start
```Now you can locally access to the API routes through [http://localhost:3000](http://localhost:3000).
### Credits
- [IntelligentQuantum](https://github.com/IntelligentQuantum)
AzerothCore: [repository](https://github.com/azerothcore) - [website](http://azerothcore.org/) - [discord chat community](https://discord.gg/PaqQRkd)