jukebox-zero
v1.10.6
Published
Description of your JukeBox package
Downloads
15
Readme
🎵 JukeBox - Music Player! 🕺
Welcome to my NodeJs Project JukeBox! This program is a CLI personal music player. Why? Because why not! 🎶🎉
Run My Project 🏃
To run my project:
Install my project:
npm i jukebox-zero
Code to run:
import jukebox from 'jukebox-zero'
jukebox();
Add A Your Own Song? 😬
So partner ya want to add your own song? Just follow these steps!
- Go to your Node Modules Folder, and click the folder jukebox-zero.
- See the file playlist.json? Click It!
- Add your song! Like This:
{
"name": "Name_Of_Song",
"value": "Path_To_song",
"description": "Description"
},
Thats All! Now, saddle up and let the tunes take you on a wild ride! 🎶🤠