Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rifandani/music-player
Simple music player using express and hbs
https://github.com/rifandani/music-player
hbs heroku heroku-deployment music-player nodejs
Last synced: about 2 months ago
JSON representation
Simple music player using express and hbs
- Host: GitHub
- URL: https://github.com/rifandani/music-player
- Owner: rifandani
- License: mit
- Created: 2020-05-28T14:48:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T22:44:00.000Z (almost 2 years ago)
- Last Synced: 2024-05-15T15:30:14.911Z (8 months ago)
- Topics: hbs, heroku, heroku-deployment, music-player, nodejs
- Language: JavaScript
- Size: 17.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExpressJS Music Player
> Membangun Simple Music Player berbasis NodeJS dengan template engine hbs
## Demo
Demo aplikasi dapat diakses dengan link berikut: [Rifandani Playlist](https://rifandani-playlist.herokuapp.com/)
## Prerequisites
- Download dan Install NodeJS
- Download dan Install NPM## Installation
```
# clone repository
$ git clone https://github.com/rifandani/music-player.git# masuk ke app's directory project ini
$ cd music-app# install app's dependencies
$ npm install
```## Usage
```
# jalankan aplikasi mode development dengan package nodemon
$ npm start
```Lalu, buka localhost dengan browser anda.