Skip to content

gerardosilva/spotify-app

Repository files navigation

My Spotify App

This is a simple web application that uses the Spotify Web API to display the user's top artists and tracks.

Getting started

  1. Install the dependencies
npm install
  1. 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
  1. Start the development server
npm run serve
  1. Open the application in your browser at http://localhost.com:8080

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Features

This application has the following features:

  • Login with Spotify
  • Display the user's top artists and tracks

Technologies used

This application uses the following technologies:

  • Vue.js
  • Vue Router
  • Vuex
  • Bootstrap
  • Spotify Web API
  • dotenv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published