2.0.0 • Published 2 years ago

wolvesville.js v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

Example usage

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

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

const client = new Wolvesville.Client();

client.login({
  email: 'mySecretEmail@gmail.com',
  password: 'mySecretPassword'
}).then(async client => {
  const player = await client.players.fetchByUsername('Arnaud');
  console.log(player.username, player.level)
});
2.0.0

3 years ago

1.3.0

3 years ago

1.2.0-dev

3 years ago

1.2.0

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.4

3 years ago

1.1.4-dev

3 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago