Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tutaru99 authored Jul 28, 2021
1 parent baf2b54 commit 9bd934b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ Internet Radio Player made with VueJS, Vuetify and HowlerJS.
Radio player has all usual controls - Play, Pause, Mute, Volume Controls.
The radio player has a visualizer which gets frequency data from the stations and displays it in real time.
Also saves user chosen preferences in local storage in order to make app more convenient.
Player has a bunch of radio stations, dynamically showing data about each chosen station.
**Huge thanks to [inos3910](https://github.com/inos3910) for helping me out to setup his audio visualizer and explaining Audio API concepts.**
The Player has a bunch of radio stations, dynamically showing data about each chosen station.
```
**Huge thanks to [inos3910](https://github.com/inos3910) for helping me out to setup his audio visualizer and explaining Audio API concepts.
Check out his [Audio Visualizer](https://inos3910.github.io/audio-visualizer-by-howlerjs/).**

### To Start Project
```
npm install
Expand Down

0 comments on commit 9bd934b

Please sign in to comment.