Skip to content

msp/radiant-lastfm-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Lastfm

Radiant extension to allow access to the http://last.fm api. Requires the scrobbler gem:

`sudo gem install scrobbler'

= Example

  <r:lastfm user="polymorphic">
    <table>
      <r:tracks:each>
        <tr>
          <td><r:track:artist /></td>
          <td><a href="<r:track:url />"><r:track:name /></a></td>
        </tr>
      </r:tracks:each>
    </table>
  </r:lastfm>

About

Radiant tags wrapper for the last.fm Scrobbler gem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages