0.0.78 • Published 12 months ago
minehut v0.0.78
Minehut
A TypeScript wrapper for the Minehut HTTP API
Installation
Install minehut with NPM
npm install minehutFeatures
- Get basic Minehut network information.
- Get information about a Minehut server.
- Get a list of online servers.
- Get information about server icons and categories.
- Get information about a Minehut player such as their rank, friends, and if they are online.
Basic Usage
const minehut = new Minehut();
async function main() {
const stats = await minehut.getSimpleStats();
console.log(stats);
const lifestealServers = await minehut.servers.getOnlineServers({ category: "lifesteal" });
console.log(lifestealServers);
const player = await minehut.players.get('_Tarna_');
console.log(player);
}For more examples, visit example.ts.
Contributing
Contributions are always welcome!
See contributing.md for ways to get started.
License
Contributors
0.0.66
1 year ago
0.0.67
1 year ago
0.0.68
1 year ago
0.0.69
1 year ago
0.0.73
1 year ago
0.0.74
1 year ago
0.0.75
1 year ago
0.0.76
1 year ago
0.0.77
1 year ago
0.0.78
12 months ago
0.0.70
1 year ago
0.0.71
1 year ago
0.0.72
1 year ago
0.0.65
4 years ago
0.0.64
4 years ago
0.0.62
4 years ago
0.0.61
4 years ago
0.0.51
4 years ago
0.0.52
4 years ago
0.0.53
4 years ago
0.0.50
4 years ago
0.0.20
5 years ago
0.0.19
5 years ago
0.0.18
5 years ago
0.0.17
5 years ago
0.0.16
5 years ago
0.0.15
5 years ago
0.0.13
6 years ago
0.0.14
6 years ago
0.0.10
6 years ago
0.0.11
6 years ago
0.0.12
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
1.0.0
6 years ago