last-fm-overlap

Find out what artists/albums/tracks two last.fm users have in common

Stars
9

last-fm-overlap

Web app made with Express.js to find common musical interest between last.fm users.

Live demo at http://7x11x13.xyz

Requirements

  • Node.js

Install

$ git clone https://github.com/7x11x13/last-fm-overlap
$ cd last-fm-overlap
$ npm install

Configuration

Open .env and put in your last.fm API key. If you do not have one you can get one here

Usage

First start the server by running

$ npm start

Then go to http://localhost:1001 in your browser to use the app