3.0.2 • Published 1 year ago

@woodman231/exportedmonstermanctuarydataclient v3.0.2

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Exported Monster Sanctuary Data Client

Makes using the following packages easier to use. These packages should be considered peer dependencies:

Unless otherwise specified the client will look for the Exported Monster Sanctuary Data in (cwd)/node_modules/@woodman231/exportedmonstersanctuarydata. However, you may use your own directory name if you have the data in a different directory.

Example:

import ExportedMonsterSanctuaryDataClient from "@woodman231/exportedmonstermanctuarydataclient";

const main = async () => {
    const myClient = new ExportedMonsterSanctuaryDataClient();

    const debuffFileNames = await myClient.debuffsClient.getAllFileNamesAsync();
    debuffFileNames.forEach((debuffFileName) => {
        console.log(debuffFileName);
    });

    const buffObjects = await myClient.buffsClient.getAllObjectsInDirectoryAsync();
    buffObjects.forEach((buffObject) => {
        console.log(buffObject);
    });
}

main();

Looking for a sample web app that uses this client?

Check out the ExportedMonsterSanctuaryDataExplorer GitHub repository or the running site @ https://woodman231.github.io/ExportedMonsterSanctuaryDataExplorer

DISCLAIMER: This package was made by a fan of the game. I am not associated with Moi Rai Games the developer, nor Team 17 the distributor.

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago