A Fastify REST API, assets-driven, designed to serve Wuthering Waves data.
This section provides a quick guide to get the WuwaAPI up and running.
- Install Dependencies:
npm install
- Run Development Server:
The API will be accessible at
npm run dev
http://localhost:3000(or configured port). - Start Production Server:
npm start
- Setup & Installation: See
docs/SETUP.mdfor detailed installation and configuration steps. - API Reference: Detailed API endpoint descriptions are available in
docs/API.md. - Version History: Check
CHANGELOG.mdfor a record of all changes.