Skip to content

xivapi/nodestone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodestone

Easy to use Node Lodestone parser.

How to use

Inside your own server

Running on Host

yarn install
yarn run express:start

Running on Docker Container

docker build -t nodestone .
docker run -p 8080:8080 nodestone

The server will then listen on port 8080 by default.

Inside Google 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);

About

nodestone is a node.js lodestone parser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published