/GoBlog-NowPlaying

A GoBlog plugin to display the currently playing song from Last.FM

Primary LanguageGo

GoBlog NowPlaying Plugin

Plugin for GoBlog blogging system that displays the currently playing song from Last.FM.

Installation

  1. Copy the “nowplaying” folder into your plugins folder.
  2. Add the following config to your config.yml
plugins:
  - path: ./plugins/nowplaying
    import: nowplaying
    config:
      user: yourLastFMNick
      key: yourLastFMAPIKey

Plugin can be seen in action on my website whenever a song is actually being played.