A CLI utility that adds SOTA (Summits on the Air) and POTA (Parks on the Air) references to existing ADIF (Amateur Data Interchange Format) log files. Version 1.0.0, no established release cadence. Key differentiator: automates the process of updating amateur radio log files with summit and park references, saving time for operators who participate in SOTA/POTA activations. Requires Node.js >=22.
npm install sota-adif-updaterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs the CLI tool to add SOTA/POTA references to an ADIF file. The tool processes mylog.adif and appends references where missing.
Upgrade Node.js to 22 or later.
Use child_process.exec or similar to invoke CLI if needed in code.
Ensure ADIF file is valid before running.
Use npx sota-adif-updater or install globally with -g.
Use npx or install globally; do not require().
Upgrade Node.js to version >=22.
No dependency data recorded yet.