https://github.com/konsumer/radioreference2sdrtouchpresets
Gather radio frequencies for a given zip-code
https://github.com/konsumer/radioreference2sdrtouchpresets
Last synced: 5 months ago
JSON representation
Gather radio frequencies for a given zip-code
- Host: GitHub
- URL: https://github.com/konsumer/radioreference2sdrtouchpresets
- Owner: konsumer
- Created: 2019-11-06T10:58:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T00:06:10.000Z (over 4 years ago)
- Last Synced: 2025-07-24T15:09:37.562Z (11 months ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# radioreference2SDRTouchPresets
This will let you make [SDRTouch](https://sdrtouch.com/) presets for a specific area, based on data from the [radioreference](https://www.radioreference.com/) site.
It is deployed [here](https://sdrtouch.dkonsumer.now.sh)
You can also use it as a library, if you do `npm i radioreference2sdrtouch`:
```js
const { getFrequencies } = require('radioreference2sdrtouch')
getFrequencies(process.argv[2]).then(console.log)
```
and you can use it as a cli:
```
npx radioreference2sdrtouch 97239 > SDRTouchPresets.xml
```
## TODO
* Integrate (or replace) with [radioreference](https://github.com/konsumer/radioreference)