0.1.2 • Published 8 years ago

@rdcl/mpc v0.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

node-mpc

NPM version Build Status Coverage Status

Library to connect with MPD.

Installation

npm install @rdcl/mpc

Usage (console)

Run rdcl-mpc. See rdcl-mpc --help for all the command line options.

Usage (library)

const MPC = require('@rdcl/mpc')
const mpc = new MPC({ port: 6600 })

mpc.connect()
  .then(() => mpc.command('play'))

Tests

npm test There is still a lot of room for improvement, so feel free to help.

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago