Giter Site home page Giter Site logo

toolbox-for-spotify's Introduction

Toolbox for Spotify

This is a web app that allows some management of spotify playlists. All processing is performed 100% on client-side, there is no backend besides the spotify web api itself. First authenticate with your spotify account so the web app has an api token and all the required permissions. Then specify where your songs come frame and by which criteria they should be filtered. Complex filters with nested expressions are fully supported:

(artist = "peter" AND year > 1990)
OR artist = "otto" 
OR (NOT artist = "otto" AND title = "great song" AND "album" = "great album")

After processing the songs and applying the filters the results can be viewed. For fine tuning single songs can be removed from the results.

Finally the songs can be saved to your own library, a new playlist or any of your existing playlists. Have fun! :)

Test live at: https://dohack.tobi.re/

Project setup

npm install

Foundation for the app are vue and the helpers vuex and vue-router. The interface is made using Bootstrap and FontAwesome. For the interaction with spotify the module spotify-web-api-js is needed. Some more libraries are being used for parsing the filter expressions and some other things.

Compiles and hot-reload for development

npm run serve

Run and navigate to localhost:8080and try out the app.

toolbox-for-spotify's People

Contributors

jannikw avatar tobire avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.