An open API service indexing awesome lists of open source software.

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

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
```