Skip to content

imclab/lastfm-to-itunes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

last.fm to iTunes

A node.js version of the popular LastFM2Itunes Perl Script but more generally just an exercise in playing with the last.fm api.

In the unlikely event you want to join in, you'll need to create a /developer.js containing your credentials obtained from http://www.last.fm/api/account/create.

exports.lastfm = {
  key: "I've got the key!",
  secret: "I've got the secre-e-et!"
};

Some sample calls are in

$ node index.js

Project started: Thu 3 Jan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published