1.0.1 • Published 7 years ago

now-playing v1.0.1

Weekly downloads
1,047
License
-
Repository
github
Last release
7 years ago

Now Playing

Sets the HTML document title to the current song. The song should be an object with the properties:

{
  'title': 'Song title',
  'artist': 'Some artist'
}

Connects to PlayQueue.

Install

npm install now-playing

Usage

  import {NowPlaying} from 'now-playing';
    
  const nowPlaying = new NowPlaying({
    'pageTitle': 'Now Playing Example',
    'playQueue': playQueue
  });

View the example to see how it is used.

1.0.1

7 years ago

1.0.0

7 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

11 years ago

0.0.1

12 years ago