0.1.4 • Published 1 year ago

pob-building-creater v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.14

1 year ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago