1.0.3 • Published 8 months ago

playitlive-node v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

unoffical node js libary

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!

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago