1.0.5 • Published 5 years ago

node-poe-api v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

npm version

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

Click here

Contributing

Pull requests are always welcome.