Skip to content

A music player made in JavaScript and like server framework Express.js. The songs are insert dynamically

Notifications You must be signed in to change notification settings

matteotorna/music-player-ExpressJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

🌐 Project Overview

I create this Music player with Html, Css, Javascript, Express.js, fs and path's modules. The feature is that you can uplaod directly which song you prefer, the player will be elaborate it and after you can already listen the song.

💻 Installation and Usage

  1. Clone the repository:
    git clone https://github.com/matteotorna/DeliveryOnline.git
    
  2. Install Express:
    npm install express
    
  3. Install fs:
    npm install fs
    
  4. Install path:
    npm install path