Skip to content

essmahr/listening

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Last.fm listening history aggregator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published