A data visualization web application for Last.fm users to learn more about their listening habits. Created to learn more about Next.js and D3
- Check out your personal recap, a quick look at your musical insights (working on right now)
- Fun facts about your scrobbles included
- Options to change the timeframe (week/month/year/overall)
- Shareable links to show others your
- View a dashboard of your stats
- Graphical representation of top artists, tracks, and more
- Listening trends for specific artists
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/DD155/visualize.fm/
# Go into the repository
$ cd visualize.fm
# Install dependencies
$ npm install
# Run the app
$ npm start
This software uses the following open source packages:
[add later]