Skip to content

nodestone is a node.js lodestone parser.

Notifications You must be signed in to change notification settings

SeanLatimer/nodestone

 
 

Repository files navigation

Nodestone

Easy to use Node Lodestone parser.

How to use

Inside your own server

yarn
yarn run express:start

The server will then listen on port 8080 by default.

Inside Cloud Run

gcloud builds submit --tag gcr.io/<your image name> && gcloud beta run deploy --image gcr.io/<your image name>

Inside your Node.JS project

yarn add @xivapi/nodestone
const character = await this.characterParser.parse({ params: { characterId: id } } as any);
console.log(character);

The Node.JS API will be changed later on so you don't have to provide this mock request.

About

nodestone is a node.js lodestone parser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.7%
  • Dockerfile 3.3%