/listening

A Last.fm listening history aggregator.

Primary LanguageJavaScript

listening dot smahr dot net

A Last.fm listening history aggregator using React & Redux

My starting point for this was the "real world" example from the official Reduxjs repo.

Configuration

Add a .env that exports your last.fm username and an API Key like so:

LASTFM_USER='username'
LASTFM_API_KEY='12345'

An analytics key is required, but only for production builds (npm build)

Up and running

git clone

npm install

npm start

Building

npm build