Skip to content

A macOS Spotify Widget to perform the most needed actions

Notifications You must be signed in to change notification settings

jpwallace22/spotify-widget

Repository files navigation

Spotify Widget

A cross-platform application that shows a small Spotify widget that you can keep in the corner of your desktop while working.

Tech stack:

  • Electron: Embeds Chromium and Node.js to enable web developers to create desktop applications.
  • Vite: A build tool that significantly improves the front-end development experience
  • SolidJS: A brutally efficient declarative JS library for building web applications, VERY similar to React (But no shadow dom! 😱).
  • Styled-Components: Technically its Solid Styled Components, but its the same CSS-in-JS we have al come to love (and sometimes hate)

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux

About

A macOS Spotify Widget to perform the most needed actions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published