Parse poedb hideout name to other language.
-
Download api file from https://poedb.tw/us/json.php/Hideouts/Hideouts
*. You can change the locale by replace url
us
to ohter locale, example:tw
,cn
..etc -
npm install
-
node app.js
-
Find the file
HideoutsParse.json
in your project.
{
"data": [
{
"CNAME": "藏身處-富饒之地",
"NAME": "Lush Hideout",
"Icon : "...url"
}
]
}