This web application uses the Spotify API to find an artist's genre and generates a playlist with top-tracks by artists with the same genre.
- Spotify API - The API used.
- Next.js, bootstrapped with
create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.