Skip to content

yourcraft-pl/api-wrapper.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
});

About

YourCraft API wrapper for node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published