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

https://github.com/matteotorna/music-player-expressjs

A music player made in JavaScript and like server framework Express.js. The songs are insert dynamically
https://github.com/matteotorna/music-player-expressjs

css css3 express file fileupload fs html html-css-javascript html5 javascript music music-player musicplayer path server webserver

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          



## 🌐 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:**
```sh
git clone https://github.com/matteotorna/DeliveryOnline.git

2. **Install Express:**
```sh
npm install express

3. **Install fs:**
```sh
npm install fs

4. **Install path:**
```sh
npm install path