Socket
Book a DemoInstallSign in
Socket

node-poe-api

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-poe-api

A minimal module exposing the Path of Exile stash tabs API.

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 23 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts