Skip to content

Repository files navigation

About

wolvesville.js is a Node.js module to interact with the Wolvesville API.

Installation

Latest version of Node.js required

npm install wolvesville.js@dev

Example usage

Log the username and level of the player with username Arnaud:

const Wolvesville = require('wolvesville.js');

const client = new Wolvesville.Client('yourWolvesvileBotApiKey');

async function main() {
  const player = await client.players.fetch('Arnaud');
  console.log(player.username, player.level);
}

main();

About

The JavaScript library for interacting with the Wolvesville API.

Topics

Resources

Stars

Watchers

Forks

Releases

Used by

Contributors

Languages