/spotify-timer

Dead simply sleep timer for spotify

Primary LanguageGoMIT LicenseMIT

spotify-timer

Dead simple sleep timer for spotify

Why

I just wanted to use sleep timer from cli

Setup

  1. Please go to here to create Client ID and Client Secret
  2. Please set redirect uri to http://127.0.0.1:14565/oauth/callback
  3. Please set these values like below.
export SPOTIFY_TIMER_ID=your_client_id
export SPOTIFY_TIMER_KEY=your_client_ke
  1. Please run the commands below
go get github.com/justym/spotify-timer
cd $GOPATH/src/github.com/justym/spotify-timer
go build

Usage

./spotify-timer [minutes]

Welcome

  • Pull Requests
  • Issues
  • Code Reviews