Skip to content

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.

Notifications You must be signed in to change notification settings

shodown96/nextwrapped

Repository files navigation

NextWrapped

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.

Setup

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published