1.0.1 • Published 2 years ago

votewatcher v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

VoteWatcher

The easy way to recieve Top.gg entity vote events without having to use a webserver or deal with port forwarding.

Code Example

const VoteWatcher = require("votewatcher")

const vw = new VoteWatcher("APIKEY")

vw.on("vote", data => {
    //Handle user vote here!
})

How to get an API key

To get an API key, click here to login to our website and get started.