A lightweight, unofficial database for Wuthering Waves, inspired by genshin-db.
This package provides structured character data for use in bots, apps, and tools.
If you're using this locally or in another project:
npm install /path/to/wuwa-db
# or if published to npm in the future:
# npm install wuwa-dbconst wuwa = require("wuwa-db");
const aalto = wuwa.character("aalto");
console.log(aalto.name); // "Aalto"
console.log(aalto.images.card); // Full card image URL- 🧍 Character data (info, abilities, resonance chain, outfits, etc.)
- 🖼️ Image URLs (such as character card, icon, model, etc.)
- 🗃️ JSON-driven and easy to extend
- Adding weapon information
- Add full support for weapons
- Add support for echoes / bosses / materials (maybeeee)
- Better error handling (e.g., invalid character name)
- Add unit tests and CI setup
This project is licensed under the MIT License.