node-poe-api
v1.0.5
Published
A minimal module exposing the Path of Exile stash tabs API.
Downloads
6
Readme
Path of Exile API
A minimal module exposing the Path of Exile stash tabs API. Typescript is supported.
Getting Started
npm install node-poe-api
Example
const poe = require('node-poe-api');
(async () => {
const result = await poe.stashTabs();
console.log(result);
})();
Docs
Contributing
Pull requests are always welcome.