Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 357 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 357 Bytes

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