An app that lets you see your top Spotify artists and songs anytime, no need to wait for Spotify Wrapped at the end of the year.
Firstly, make an.env
file containing the following secrets.
NEXT_PUBLIC_SPOTIFY_CLIENT_ID
NEXT_PUBLIC_HASH_ALGORITH
NEXT_PUBLIC_MEASUREMENT_ID
NEXT_PUBLIC_URL
Secondly, install the dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Finally, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev