https://github.com/jamiemason/lastfm-to-itunes
https://github.com/jamiemason/lastfm-to-itunes
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamiemason/lastfm-to-itunes
- Owner: JamieMason
- Created: 2013-01-03T22:18:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-09T22:00:45.000Z (over 12 years ago)
- Last Synced: 2024-10-18T19:34:44.801Z (8 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# last.fm to iTunes
A node.js version of the popular [LastFM2Itunes Perl Script](http://lastfm.igrenier.com/?q=node/5) but more generally just an exercise in playing with the [last.fm api](http://www.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](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