lastfm
Lastfm
Radiant extension to allow access to the http://last.fm api. Requires the scrobbler gem:
`sudo gem install scrobbler’
Currently only supports the ability to retrieve users recently played tracks.
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>
| Author | msp |
|---|---|
| Website | http://github.com/msp/radiant-lastfm-extension |
| Repository | http://github.com/msp/radiant-lastfm-extension.git |
| Supports | Radiant 0.8.1 |
| Record Created | February 16, 2010 (almost 2 years ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install lastfm
Requires the scrobbler gem:
`sudo gem install scrobbler’
