lastfm-nowplaying

1.5.0 • Public • Published

lastfm-nowplaying

Last.fm "Now Playing" AngularJs Module

Example

Try it yourself

https://curttimson.github.io/lastfm-nowplaying/

Installation

npm install lastfm-nowplaying

https://www.npmjs.com/package/lastfm-nowplaying

Required Files

./node_modules/lastfm-nowplaying/dist/lastfm-nowplaying.min.js
./node_modules/lastfm-nowplaying/dist/lastfm-nowplaying.min.css

Configuration

Optional Configuration

  • containerClass - Allows the ability to specify a class for the content within the last.fm now playing component. This will allow you to set the same margins as the rest of your content.

Example Usage

angular.module('app', ['lastfm-nowplaying'])
  .controller('mainCtrl', ['$scope', function($scope){

    $scope.lastFmConfig = {
        apiKey: 'API_KEY',
        user: 'USERNAME',
        containerClass: 'content'
      };

  }]);
<div lastfmnowplaying config="lastFmConfig"></div>

Development

Please feel free to help develop this further. Below are the CLI steps you'll require to get setup.

npm install
gulp dev

Readme

Keywords

Package Sidebar

Install

npm i lastfm-nowplaying

Weekly Downloads

0

Version

1.5.0

License

ISC

Last publish

Collaborators

  • curttimson