Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 1.3 KB

README.md

File metadata and controls

73 lines (54 loc) · 1.3 KB

Spotify Explorer

A Vue.js web app that utilises Spotify's open music API.

Live Demo

Demo (spotifyexplorer.netlify.com)

Project setup

Using Yarn:

yarn install

Using Node Package Manager:

npm install

Compiles and hot-reloads for development

Using Yarn:

yarn serve

Using Node Package Manager:

npm run serve

Navigate to localhost:8080 in your favourite web browser.

Generate development build

Using Yarn:

yarn build:dev

Using Node Package Manager:

npm run build:dev

Generate production build

Using Yarn:

yarn build

Using Node Package Manager:

npm run build

Built with

  • Node.js - The development environment used
  • Vue.js - The JavaScript framework used
  • Vuetify - The material design framework used
  • Babel - The JavaScript compiler used

Next release

  • Artist Appears On section
  • Music player Seek Bar and time elapsed / remaining information
  • Improved messaging and error handling

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details