1.0.0 • Published 1 year ago

wuwa-api-client v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Wuwa API Client

An API client for Wuthering Waves

Usage

  1. Install the dependency:

    npm install wuwa-api-client
  2. Use it in your project:

    import { WuwaAPIClient } from 'wuwa-api-client'
    
    const client = new WuwaAPIClient();
    
    const conveneHistory = await client.getConveneHistory({
        // ...
    });
    
    console.log(conveneHistory)
1.0.0

1 year ago