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:
@@ -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/';
|
||||
|
||||
Reference in New Issue
Block a user