Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 734 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 734 Bytes

goblin radio tower

Run your own internet radio station, similar to Icecast. It was originally used to make 2 Warcraft 2 Radio.

usage

Try this project out super quick with Glitch!

  1. Copy .env.example to .env and fill out all the values
  2. Run npm start in your terminal to fire up the server
  3. Use the Admin link in the navigation to log in with your username and password that you set in step 1
  4. Use the options on the Admin page to upload or delete files (they're stored in the static/tracks/ folder if you wanna do this manually)
  5. Share the /stream URL (shown on the index page) with your friends!