Licence
GPL-3.0-or-later
Version
1.0.5
Deps
1
Size
7.5 MB
Vulns
0
Weekly
0
coh-content-db-thunderspy
CoH Content DB - Thunderspy data
Build
npm run build
Publish
npm publish
Initialize the database, then load the Thunderspy data pack:
import {CohContentDb} from "coh-content-db";
import {Thunderspy, ThunderspyBadges} from "coh-content-db-thunderspy";
const contentDb = new CohContentDb();
contentDb.load(new Thunderspy());
contentDb.load(new ThunderspyBadges());