An open API service indexing awesome lists of open source software.

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

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)