Skip to content

Create timers with audio alerts. Plays text you give it when timer runs out.

License

Notifications You must be signed in to change notification settings

peteretelej/audio-timer

Repository files navigation

Audio Timer

Audio Timer is a simple and intuitive web application that allows you to create custom timers with audio notifications. When a timer reaches the end of its countdown, it plays any message you give it using the SpeechSynthesis API.

This app is perfect for managing tasks, workouts, or any activities that require timed audio alerts.

Features

  • Create multiple custom timers
  • Set a custom audio message for each timer
  • Timers are saved in IndexedDB for state persistence
  • Audio alerts using the SpeechSynthesis API
  • Built with Svelte & Astro

Demo

You can access the live demo of the Audio Timer app here.

Installation and Setup

Clone the repository and install dependencies:

git clone https://github.com/peteretelej/audio-timer.git
cd audio-timer
npm install

Run dev server

npm run dev

Navigate to http://localhost:3000 to view the app.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request if you have any improvements or suggestions.

License

MIT

About

Create timers with audio alerts. Plays text you give it when timer runs out.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published