Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.45 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.45 KB

Spotty

A web app for visualizing personalized Spotify data. View your top artists, top tracks, recently played tracks, detailed audio information about each track, and an audio visualizer.

Netlify Status

mockup1 mockup2

Built with:

Getting Started

  1. Register a Spotify App and add http://localhost:3000/api/auth/callback/spotify as a Redirect URI in the app settings

  2. Install and use the correct version of Node using NVM

    nvm install
  3. Install dependencies

    yarn
  4. Start the development server

     yarn dev
  5. Open http://localhost:3000 with your browser.