0.1.4 • Published 2 years ago

lil-js-it-interface v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Little's Javascript Itunes Interface

A Itunes COM Object Interface Written In Typescript.

Install via

npm i lil-js-it-interface

Import the interface

import { ItunesInterface } from 'lil-js-it-interface'; 

Do stuff with the PlayerControls

const itunesinterface = new ItunesInterface()

console.log(itunesinterface.PlayerControls.GetSong().name)
// -> Name of the currently playing song

itunesinterface.PlayerControls.Play()
// -> Plays the currently queued song

itunesinterface.PlayerControls.Pause()
// -> Pause the current song

// And theres more functions in `PlayerControls`...

PlayerControls has most of the current functions, more will be added to the actual interface sometime in the future probably.

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.11

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago