https://github.com/mijorus/relaxingclock
Just an awesome way to relax yourself ✨ - 🎵🎧️ Powered by Spotify 🎵🎧️
https://github.com/mijorus/relaxingclock
alam clock lofi relax spotify spotify-web-api svelte timer
Last synced: 9 months ago
JSON representation
Just an awesome way to relax yourself ✨ - 🎵🎧️ Powered by Spotify 🎵🎧️
- Host: GitHub
- URL: https://github.com/mijorus/relaxingclock
- Owner: mijorus
- Created: 2021-04-03T09:53:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T15:43:41.000Z (over 1 year ago)
- Last Synced: 2025-10-09T09:11:56.834Z (9 months ago)
- Topics: alam, clock, lofi, relax, spotify, spotify-web-api, svelte, timer
- Language: Svelte
- Homepage: https://www.relaxingclock.com/
- Size: 37.5 MB
- Stars: 48
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Relaxing Clock
[](https://app.netlify.com/sites/vigorous-murdock-a45fe2/deploys)
The sidecar of your working days, Relaxing Clock is an awesome web app you can keep opened in the background while concentrating. Login with **Spotify** and play your favourite lo-fi tracks, playlist and podcasts to study/relax to.
## Introducing the command box
The new version of Relaxing Clock includes a new "command box" feature. It can be opened by pressing `Ctrl + Space` and unlocks lots of possibilities. Learn more about the usage of the command box [in the blog](https://blog.relaxingclock.com/posts/how_to_use_the_command_line/).
Missing something? Pressing `?` at any time will reveal a modal with all the available shortcuts/commands.
### Spotify integration
Your music can now be controlled from the command box: get started by typing `spotify:` and the type content you are looking for: it doesn't matter if want to fill your day with a relaxing `playlist` of listen to the latest `podcast` of your favourite content creator, Relaxing Clock has it all.
## Never forget something ever again
With the help of **repeated reminders 🔁** as well as **pinned messages 📍** your most important tasks are safe: empty your mind, I will ping you later!
## Some technical stuff
### Building
This is a Svelte single-page-app: you will need NodeJS >12 as well as an `.env` file with the following variables:
```bash
SPOTIFY_CLIENT_ID="your_spotify_client_id" # Create one at https://developer.spotify.com/dashboard/applications
OW_APIKEY="your_openweathermaps_apikey"
SPOTIFY_REDIRECT_URL="spotify_redirect_url_for_this_client_id"
```
Then, just run:
```bash
npm install
cd app/
npm run dev
```