An open API service indexing awesome lists of open source software.

https://github.com/jmccrohan/lastfmstats

Creates a dynamic image used to display last.fm playcount per day/week/month.
https://github.com/jmccrohan/lastfmstats

Last synced: 2 months ago
JSON representation

Creates a dynamic image used to display last.fm playcount per day/week/month.

Awesome Lists containing this project

README

        

Introduction:
----------------------
Creates a dynamic image used to display last.fm playcount per
day/week/month.

This is a quick and really dirty hack that I wrote many years ago. It doesn't
even use a XML parser! It was run on a PHP 4 host, and so, options were limited.

The API call is depreciated as far as I know, and is hence liable to be pulled
by last.fm at any moment.

I've since updated this script with proper XML parsing and utilised the [Last.fm API 2.0](http://www.last.fm/api/intro).

Requirements:
----------------------
Webhosting with PHP 5.
Webhosting with PHP 4/5 with cURL support.
[A Last.fm API key](http://www.last.fm/api/account). (Required by new API)

TODO:
----------------------
Clean up and modernise code to utilise PHP 5 functions and utilise last.fm API 2.0.