Create PathOfBuilding building from POE API.
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);
- PathOfBuilding A great tool of POE.
- void-battery A building exporter of TW POE.
pob-building-creater
learns a lot from it.