0.1.4 • Published 8 months ago

lil-js-it-interface v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months 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

8 months ago

0.1.3

8 months ago

0.1.2

8 months ago

0.1.11

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago