https://github.com/codedotjs/smallnode
:musical_score: play music from command line
https://github.com/codedotjs/smallnode
Last synced: 4 months ago
JSON representation
:musical_score: play music from command line
- Host: GitHub
- URL: https://github.com/codedotjs/smallnode
- Owner: CodeDotJS
- Created: 2015-12-05T00:58:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T00:42:50.000Z (almost 10 years ago)
- Last Synced: 2025-03-20T00:41:19.403Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.54 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js-music-player
> a music player written in node [ cli ]
## Dependiencies
> sudo apt-get install libasound2-dev
__NOTE__ : This tool uses __speaker__ module. So, as per mentioned on it's documentation page, we need _libsound2-dev__ . Otherwise the code won't work.
## Installation
> npm install
## Playing
> node mplayer.js "bezerk.mp3"
## Drawbacks
> No contorllers are provided. So, if you have to stop the player you can do :
__CTRL + C__
## License
MIT © [Rishi Giri](http://rishigiri.com)