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

https://github.com/oskarrough/radio4000-scanner

Find broken YouTube tracks in a Radio4000 channel
https://github.com/oskarrough/radio4000-scanner

radio4000

Last synced: about 1 year ago
JSON representation

Find broken YouTube tracks in a Radio4000 channel

Awesome Lists containing this project

README

          

A tool for finding broken YouTube links in a [Radio4000](https://radio4000.com) channel.

For now in comes in the shape of a node.js endpoint that returns the broken tracks
for a channel as JSON.

Example: https://radio4000-scanner.now.sh/?slug=alice

- To develop, run `yarn dev`
- To start production server run `yarn start`
- To deploy run `yarn deploy`