wasteof-client-docs

Setup

To install, run npm i wasteof-client

import

Version 3 uses es6 imports instead of require. In vanilla node, this means you to include "type":"module" in your package.json file

to import: import { Wasteof2, Wasteof2Auth, Wasteof3 } from 'wasteof-client'

There are 3 classes you can import:

async

all methods are asynchronous except a couple like the socket.io things