1.0.7 ā€¢ Published 3 years ago

kaczkoland-wrapper v1.0.7

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

A kaczkoland.pl minecraft server API wrapper

šŸ  Homepage

Install

npm install kaczkoland-wrapper --save

Demo

/* Creating a API variable */
const API = require("kaczkoland-wrapper");
/* Getting a user from username */
const user = await API.get("Aleksio1123");
/* Getting a user rank */
const rank = user.primary_rank;
/* Output */
console.log(rank);

Author

šŸ‘¤ Aleks1123

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 Aleks1123. This project is ISC licensed.


This README was generated with ā¤ļø by readme-md-generator

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago