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
- Host: GitHub
- URL: https://github.com/7x11x13/last-fm-overlap
- Owner: 7x11x13
- Created: 2021-01-01T20:45:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T20:36:47.000Z (over 3 years ago)
- Last Synced: 2025-02-28T04:25:07.048Z (3 months ago)
- Language: JavaScript
- Homepage: https://7x11x13.xyz/last-fm-overlap/
- Size: 41 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

## 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