Skip to content

phylot/spotifyexplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published