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

https://github.com/7x11x13/last-fm-overlap

Find out what artists/albums/tracks two last.fm users have in common
https://github.com/7x11x13/last-fm-overlap

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

Live demo at [http://7x11x13.xyz](http://7x11x13.xyz)

![Example](/docs/example.png)

## 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](https://www.last.fm/api/account/create)

## Usage
First start the server by running

$ npm start

Then go to [http://localhost:1001](http://localhost:1001) in your browser to use the app