1.1.3 • Published 3 years ago

lodestone-parser v1.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

LodestoneParser

CircleCI npm David David

Install

npm i -S lodestone-parser

Example

import { LODESTONE_URL, LodestoneParser } from 'lodestone-parser'
import Axios from 'axios';

Axios.get(LODESTONE_URL.character + '11756305')
.then(res => {
    const parser = new LodestoneParser(res.data);
    console.log({
        info: parser.character().basicInfo(),
        attributes: parser.character().attributes(),
        gear: parser.character().gear(),
        jobs: parser.character().jobs()
    });
});
1.1.3

3 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago