1.0.1 • Published 4 years ago

yourcraft-api v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

YourCraft API wrapper

Example

const api = require("yourcraft-api")
// Get all players and their statistics
api.getPlayers((response) => {
console.log(response)
});
// Get player statistics
api.getPlayer('nickname', (response) => {
console.log(response)
});
1.0.1

4 years ago

1.0.0

4 years ago