player-cli
v1.0.1
Published
A simple command line music player for Mac
Downloads
4
Readme
Player-Cli
A simple command line music player for Mac
Install
sudo npm i -g player-cli
Usage
play ~/music/demo.mp3 # play a local music file
play http://music.com/demo.mp3 # play an online music file
Inspired
https://github.com/turingou/player
Dependencies
"commander": "^2.7.1",
"lame": "^1.2.0",
"request": "^2.55.0",
"speaker": "^0.2.4"