Git Product home page Git Product logo

bookmarks-for-spotify's Introduction

bookmarks-for-spotify

"Bookmarks for Spotify" allows you to bookmark recently played song or audiobook tracks from Spotify.

App online: https://bookmarks-for-spotify.ws4.be/

Blog Post (en): https://www.sencha.com/blog/full-stack-development-with-ext-js-6-5-bookmarks-for-spotify/

Features

The app has the following features:

  • Authentication against Spotify (auth / logout)
  • Show the users currently playing track
  • Show the users fifty recently played tracks
  • Show the users bookmarked tracks
  • Bookmark the currently playing track with time process position
  • Bookmark a recently played track
  • Open Spotify and start playing a currently playing, recently played or bookmarked track. If the progress time is known it jumps to that position and starts playing from there.

Technology Stack

  • Sencha Ext JS 6.5
  • Sencha CMD
  • Spotify Web API
  • NPM Build and Deploy Process
  • Node JS 7.8
  • Docker
  • Sloppy.io
  • therootcause.io

Setup

checkout

git clone [email protected]:mrsunshine/bookmarks-for-spotify.git

copy Sencha Ext JS 6.5.0 sources in the folder

client/ext/

node package dependencies

npm install

Config

create config.json and adjust values

cp config.json.example config.json

Local development

Sencha app watch on the client folder (Terminal 1)

cd client
sencha-6.5.0.180 app watch

Start local node server (Terminal 2)

NODE_ENV=development node bin/www.js

Build / Deploy / Run

The build and deployment process is done with npm. Type

npm run

to see all available run scripts.

deploy:prod will:

  • create a new version
  • build the Sencha app for production
  • create and push git tag
  • build docker image
  • push docker image to docker hub
  • deploy to sloppy.io

Example:

APP_VERSION=1.2.3 DOMAIN=domain.tdl DOCKERHUB_REPOSITORY=username/repo-name npm run deploy:prod

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.