MBrosik / webplayer

Webplayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webplayer

Interface

Installation

  • in project directory
git init
git remote add origin https://github.com/MBrosik/webplayer.git
git pull origin master
  • split terminal
  • in first terminal
cd .\KLIENT
npm i
npm run serve
  • in second terminal
cd .\SERWER
npm i
node server.js

Features

  • Listening to music
  • Creating playlist
  • Looping/shuffle
  • Volume change
  • Add new albums and music at localhost:3000/admin

Technologies

Frontend

vue sass

Backend

nodejs nedb

About

Webplayer


Languages

Language:Vue 49.8%Language:JavaScript 42.4%Language:SCSS 4.7%Language:HTML 3.1%