Skip to content

4genso/spotify-pomodoro

Repository files navigation

spotify-pomodoro

Table of Contents

About

A simple desktop pomodoro app that controls your Spotify playback

Getting Started

Installing

Install using

npm -i

follow https://developer.spotify.com/documentation/web-api to obtain client id, and specify redirect url in Spotify's dashboard

create an .env file as seen in .env.example, fill client id and redirect url.

Usage

To run the app

npm run dev