Skip to content

marta23silva/wuwa-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wuwa-db

A lightweight, unofficial database for Wuthering Waves, inspired by genshin-db.

This package provides structured character data for use in bots, apps, and tools.

📦 Installation

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-db

🛠️ Usage

const wuwa = require("wuwa-db");

const aalto = wuwa.character("aalto");
console.log(aalto.name);         // "Aalto"
console.log(aalto.images.card);  // Full card image URL

📁 Features

  • 🧍 Character data (info, abilities, resonance chain, outfits, etc.)
  • 🖼️ Image URLs (such as character card, icon, model, etc.)
  • 🗃️ JSON-driven and easy to extend

🚧 DOING

  • Adding weapon information

📋 TODO List

  • 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

📄 License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published