Easy to use Node Lodestone parser.
yarn install
yarn run express:startdocker build -t nodestone .
docker run -p 8080:8080 nodestoneThe server will then listen on port 8080 by default.
gcloud builds submit --tag gcr.io/<your image name> && gcloud beta run deploy --image gcr.io/<your image name>yarn add @xivapi/nodestoneconst character = await this.characterParser.parse({ params: { characterId: id } } as any);
console.log(character);