2.1.0 • Published 3 years ago

modpacks.ch v2.1.0

Weekly downloads
8
License
GPL-3.0
Repository
github
Last release
3 years ago

Promise-based node wrapper around https://modpacksch.docs.apiary.io/

Usage example

Search for a modpack with a limit of 5 results then get the files for the first result.

const modpacksch = require('modpacks.ch');

let searchResult = await modpacksch.searchPack('HermitPack', 5);
let versionManifest = await modpacksch.versionManifest(searchResult.packs[0]);

console.log(versionManifest.files);
2.1.0

3 years ago

1.1.0

4 years ago

1.0.0

4 years ago