A Last.fm listening history aggregator using React & Redux
My starting point for this was the "real world" example from the official Reduxjs repo.
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
)
git clone
npm install
npm start
npm build