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
- Host: GitHub
- URL: https://github.com/matteotorna/music-player-expressjs
- Owner: matteotorna
- Created: 2023-09-25T20:23:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T11:04:52.000Z (over 1 year ago)
- Last Synced: 2024-03-29T12:24:24.167Z (over 1 year ago)
- Topics: css, css3, express, file, fileupload, fs, html, html-css-javascript, html5, javascript, music, music-player, musicplayer, path, server, webserver
- Language: JavaScript
- Homepage:
- Size: 62.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.git2. **Install Express:**
```sh
npm install express3. **Install fs:**
```sh
npm install fs4. **Install path:**
```sh
npm install path