An open API service indexing awesome lists of open source software.

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.

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"
}
]
}
```