Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.
/ uwmctools Public archive

a webpage that collects and saves data from the webpage of unlimitedworld.de and displays the data

License

Notifications You must be signed in to change notification settings

malte-laukoetter/uwmctools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unlimitedworld.de tools of Lergin.de

Documentation available at: https://lergin.github.io/uwmctools/uwmctools/2.7.1/

Usage

const UwmcTools = require('uwmctools');

// init the module
let uwmctool = new UwmcTools();

// get the data from the playerlist
const playerListData = await uwmctool.getPlayerListData();

// get the data about the plots
const plotListData = await uwmctool.getPlotListData();

// get the data about the zones
const zoneListData = await uwmctool.getZoneListData();

// get the data from the votelist
const voteListData = await uwmctool.getVoteListData();

// get all free zones of an area greater than 100*100 blocks
let length = 100;
let width = 100;

uwmcTool.getFreeZones(length, width).then(function(res){
     console.log(res);
});

For more usage you can look into the backend_scripts folder.

Requirements

  • Nodejs 7.0.0

Node-Modules

  • request

About

a webpage that collects and saves data from the webpage of unlimitedworld.de and displays the data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published