Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.57 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.57 KB

Visualize.fm

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

Top Artists Scrobble Frequency

Key Features

  • 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

How To Use

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

Credits

This software uses the following open source packages:

License

[add later]