0.1.3 • Published 2 months ago

pob-building-creater v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

pob-building-creator

Create PathOfBuilding building from POE API.

Usage

npm install pob-building-creater

Create building:

import {transform} from "pob-building-creater";
const items = {};// You should get items from poe api
const passiveSkills = {};// You should get passive skills from poe api
const pob = transform(items, passiveSkills);
console.log(pob);

Reference Projects

0.1.3

2 months ago

0.1.2

3 months ago

0.1.1

4 months ago

0.1.0

4 months ago

0.0.14

4 months ago

0.0.13

5 months ago

0.0.12

9 months ago

0.0.10

9 months ago

0.0.11

9 months ago

0.0.9

11 months ago

0.0.8

12 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago