This is a simple web application that uses the Spotify Web API to display the user's top artists and tracks.
- Install the dependencies
npm install
- Create a
.env
file with your SPotify API Credentials
VUE_APP_SPOTIFY_CLIENT_ID=your-client-id
VUE_APP_SPOTIFY_CLIENT_SECRET=your-client-secret
- Start the development server
npm run serve
- Open the application in your browser at
http://localhost.com:8080
npm run build
npm run lint
This application has the following features:
- Login with Spotify
- Display the user's top artists and tracks
This application uses the following technologies:
- Vue.js
- Vue Router
- Vuex
- Bootstrap
- Spotify Web API
- dotenv