https://github.com/terrymooreii/busterradio
Buster Radio
https://github.com/terrymooreii/busterradio
archiveorg jambands music music-player music-player-application vuejs2
Last synced: 4 months ago
JSON representation
Buster Radio
- Host: GitHub
- URL: https://github.com/terrymooreii/busterradio
- Owner: TerryMooreII
- Created: 2013-01-31T03:48:55.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T19:55:08.000Z (over 1 year ago)
- Last Synced: 2025-04-07T07:42:41.023Z (about 1 year ago)
- Topics: archiveorg, jambands, music, music-player, music-player-application, vuejs2
- Language: Vue
- Homepage: http://busterradio.com
- Size: 2.77 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buster Radio
[BusterRadio](https://busterradio.com)
Your #1 site for listening to live music from around the world.
A frontend version of Archive.org Live music
## Old Versions
This project started years ago as a way to learn KnockoutJS. It has since been a way for me to take deep dives in to other JS frameworks.
- [Knockout JS](https://github.com/TerryMooreII/BusterRadio/tree/old-knockout-js)
- [Angular 2x](https://github.com/TerryMooreII/BusterRadio/tree/angular2)
- [VueJS - Current](https://github.com/TerryMooreII/BusterRadio/)
## To run locally
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```