1.0.1 • Published 9 years ago

player-cli v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

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"