https://github.com/explooosion/parse-poedb-hideout-api
Parse poedb hideout name to other language.
https://github.com/explooosion/parse-poedb-hideout-api
hideout hideouts pathofexile poe poedb
Last synced: 2 months ago
JSON representation
Parse poedb hideout name to other language.
- Host: GitHub
- URL: https://github.com/explooosion/parse-poedb-hideout-api
- Owner: explooosion
- Created: 2019-02-03T08:36:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T05:26:39.000Z (about 5 years ago)
- Last Synced: 2025-03-18T19:30:53.122Z (about 1 year ago)
- Topics: hideout, hideouts, pathofexile, poe, poedb
- Language: JavaScript
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parse-poedb-hideout-api
Parse poedb hideout name to other language.
## Parse
1. Download api file from [https://poedb.tw/us/json.php/Hideouts/Hideouts](https://poedb.tw/us/json.php/Hideouts/Hideouts)
*. You can change the locale by replace url `us` to ohter locale, example: `tw`, `cn`..etc
2. `npm install`
3. `node app.js`
4. Find the file `HideoutsParse.json` in your project.
## Properties
```json
{
"data": [
{
"CNAME": "藏身處-富饒之地",
"NAME": "Lush Hideout",
"Icon : "...url"
}
]
}
```