Skip to content

Noel-Schmidt/playitlive-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unoffical node js libary

Node PLAYITLIVE 📚

The node.js library for www.playitsoftware.com.

Warning Some API endpoints are currently missing, I'm currently in the process of installing them.

Contents

Why?


I built the tool primarily for use with the web radio TubeLive.de in order to easily integrate the PlayItLive API into all projects.

Installation


npm install playitlive-node

Example


import PlayItLiveAPI from "playitlive-node";

const playItLiveApi = new PlayItLiveAPI("https://example.com", "abc")

playItLiveApi.getMasterState().then(res => {
    console.log(JSON.stringify(res))
})

Want to contribute?


Did I forgot something? No problem, just help us enter the API endpoint!


This GitHub repo is not officially affiliated with PlayItLive