ark-dedicated-api-wrapper
v1.0.3
Published
Made this because it's kinda cool if you know what you're doing
Downloads
3
Readme
Made this because it's kinda cool if you know what you're doing
Fetches the arkdedicated api for server data easily
https://github.com/Lachyx/Ark-Dedicated-API-Wrapper
Example Code
const Query = require('ark-dedicated-api-wrapper');
Query({
name: 'Server Name or Empty String',
platform: 'xbx or ps4'
}).then(function (result) {
console.log(result);
})