Skip to content

j4tmr/pob-building-creator

 
 

Repository files navigation

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

About

Create PathOfBuilding building from POE API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.9%
  • JavaScript 3.1%