Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.34 KB

File metadata and controls

42 lines (28 loc) · 1.34 KB

SpotifyStats

CI License: MIT

Dashboard para explorar e visualizar suas estatísticas do Spotify. Conecte sua conta e veja músicas e artistas mais ouvidos em diferentes períodos, insights sobre seus hábitos musicais e gere papéis de parede a partir das capas dos seus álbuns favoritos.

Stack

Getting started

git clone https://github.com/brenoalvim/spotifyStats.git
cd spotifyStats
npm install
npm run dev

Open http://localhost:3000.

Note: You need a Spotify Developer app with NEXT_PUBLIC_SPOTIFY_CLIENT_ID and callback URL configured.

Scripts

Command Description
npm run dev Start dev server
npm run build Production build
npm run lint Run ESLint

Contributing

See CONTRIBUTING.md.

License

MIT