lil-js-it-interface
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i lil-js-it-interface

    Weekly Downloads

    0

    Version

    0.1.4

    License

    MIT

    Unpacked Size

    14.4 kB

    Total Files

    6

    Last publish

    Collaborators

    • littlepriceonu