/radio4000-scanner

Find broken YouTube tracks in a Radio4000 channel

Primary LanguageJavaScript

A tool for finding broken YouTube links in a Radio4000 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