1.4.9 • Published 9 months ago

deceit.js v1.4.9

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

About

deceit.js is a Node.js module to interact with the Deceit 1 API.

Installation

Latest version of Node.js required

npm install deceit.js

Example usage

Log the username and level of the user with id #6997076:

const {users} = require('deceit.js');

users.fetch('6997076').then(user => console.log(user.username, user.level));

Log ticket highscores:

const {highscores} = require('deceit.js');

highscores.fetch('tickets').then(console.log);

Log servers informations:

const {parties} = require('deceit.js');

parties.fetch().then(party => console.log(party.availableServers));
1.4.9

9 months ago

1.4.8

9 months ago

1.4.7

2 years ago

1.4.6

3 years ago

1.4.5

3 years ago

1.4.2

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.7

3 years ago

1.2.6

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.2.0

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago