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
- Host: GitHub
- URL: https://github.com/oskarrough/radio4000-scanner
- Owner: oskarrough
- Created: 2018-07-14T11:07:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T12:42:38.000Z (over 6 years ago)
- Last Synced: 2025-02-10T08:31:41.194Z (over 1 year ago)
- Topics: radio4000
- Language: JavaScript
- Homepage: https://radio4000-scanner.now.sh/
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`