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

https://github.com/msiorr/music-player

Simple browser music player - school project
https://github.com/msiorr/music-player

css html javascript nedb nodejs vuejs

Last synced: about 1 month ago
JSON representation

Simple browser music player - school project

Awesome Lists containing this project

README

          

# Music-Player
Simple browser music player

![obraz](https://user-images.githubusercontent.com/49323088/171880972-67ea68cd-4e81-4db1-81da-c1add49d2dfc.png)

### Test it now
**👉 http://music-player-ms.herokuapp.com/player 👈** (without `/admin` page)

## Overall info

A simple player to play songs provided by the server.

## Installation

- Clone/download the repository
- In `\Server`:
- In terminal run `npm i` to install dependencies
- In terminal run `node server.js` to run server (deafult on port 3000)
- In `\Client`:
- In terminal run `npm i` to install dependencies
- In terminal run `npm run build` to build project
- Run `\dist\index.html`

## Features

- Music listening
- Creating playlists
- Looping/shuffle playback/volume change
- Upload of new albums by server (default `localhost:3000/admin`)

## Technologies