Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages