0.0.5 • Published 3 years ago

playerd v0.0.5

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

playerd

A simple mpv-based music player which can be controlled by simple REST API calls.

Prerequisites

How to use

> npx playerd

playerd v0.0.4
  player Starting mpv... +0ms
  http Listening on port 3000 +0ms

Options

> npx playerd --help

Usage: playerd [options]

Options:
  -V, --version      output the version number
  -p, --port <port>  specify port (default: "3000")
  -h, --help         display help for command

That's it for now!