feat: Add Node.js script for WSPR data fetching

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2026-04-01 12:22:51 -06:00
parent 517cf400b3
commit c7dcba0228
3 changed files with 28 additions and 140 deletions

View File

@@ -6,10 +6,10 @@ See the /faq/tos page for details.
(If this generated header is stamped on a file which is a 3rd party file or under a different license or copyright, then ignore this copyright statement and use that file's terms.)
*/
import * as utl from '/js/Utl.js';
import * as utl from './Utl.js';
import { Base } from './Base.js';
import { WSPR } from '/js/WSPR.js';
import { WSPR } from './WSPR.js';
const QUERY_URL_BASE = 'https://db1.wspr.live/';