Welcome to the WuwaAPI! This is a Fastify-based REST API designed to provide Wuthering Waves game data, directly sourced from game assets. It's built for developers who need quick and reliable access to game information.
Get the API up and running quickly with these simple steps:
- Install Dependencies
npm install
- Start Development Server
The API will be accessible at
npm run dev
http://localhost:3000. - Build and Start Production Server
The API runs by default on
npm run build npm start
http://localhost:3000. You can customize the host and port using theHOSTandPORTenvironment variables.
For more in-depth information, please refer to these documents:
- Detailed Setup Guide:
docs/SETUP.md - Contributing to WuwaAPI:
docs/CONTRIBUTING.md - API Reference:
docs/API.md - Changelog:
CHANGELOG.md