UNPKG

dxccjs

Version:

A utility to get DXCC information from a given amateur radio callsign

6 lines (3 loc) 137 B
const dxccjs = require('./index') let asdf = new dxccjs('./data/cty.xml') asdf.on('loaded', () => {console.log(asdf.checkCall('$%'))})