An open API service indexing awesome lists of open source software.

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

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)