Skip to content

kanoqwq/lotw-list-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOTW QSOS LIST API

获取对应账户的LotW QSO记录,返回一个对象数组 支持数据缓存,默认每两小时更新一次数据 支持导出ADIF,XLSX文件

使用前请创建并更改.env文件中的用户信息

用法:

yarn install
yarn run build
yarn start

FrontPage DEMO:LotW status (kanokano.cn)

FrontPage DEMO Repo:DEMO PAGE

可在./static/js/main.xxx.js 中查找 /lotw-get 替换为自己的api

APIS

//返回列表数据
router.get('/lotw', Controller.getQsos)
//获取VUCC Award 信息
router.get('/lotw/vuccaward', Controller.getVuccAwards)
//导出数据
router.get('/lotw/downloadfile', Controller.exportFile)
//导出ADI File
router.get('/lotw/adif.adi', Controller.downloadAdiFile)

About

A webpage to show the LotW QSO and QSL info

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published