poe-watch

API wrapper for poe.watch

Usage no npm install needed!

<script type="module">
  import poeWatch from 'https://cdn.skypack.dev/poe-watch';
</script>

README

API wrapper for poe.watch

Example usage:

const PoeWatch = require("poe-watch")

let poe = new PoeWatch()

poe.getWeapons("Heist").then(items => {
    console.log(items)
})