Skip to content

TeemuKurki/mpd-node-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS TCP client for MPD

Simple NodeJS TCP client for @teemukurki/mpd

Usage

import { TCPClient } from "@teemukurki/mpd-node-client";
import { MPDClient } from "@teemukurki/mpd";

const MPD_HOST = "localhost";
const MPD_PORT = 6600;

const client = new MPDClient(
  TCPClient,
  MPD_HOST,
  MPD_PORT,
);

const status = await client.status();
console.log(status);

About

Node TCP client for mpd-deno

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors