node-poe-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i node-poe-api

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

24.3 kB

Total Files

12

Last publish

Collaborators

  • stephenpoole