Time-O-Matic is a simple PWA (Progressive Web App) to help you calculate delayed start or end times for appliances (like washing machines or dishwashers).
The app is currently in French, but contributions to add English or any other language are very welcome!
- Fin différée (Delayed End): Enter the program duration and your desired end time to get the correct delayed end setting and the program's start time.
- Départ différé (Delayed Start): Enter your desired start time to get the correct delayed start setting.
- Mobile-friendly and installable as a PWA.
- Works offline thanks to service worker caching.
- Open the app in your browser (or install it as a PWA).
- Choose between "Fin différée" or "Départ différé" tabs.
- Fill in the required times and click "Calculer" to get your result.
- The app is currently only available in French.
- If you want to add English or any other language, feel free to open a pull request!
- All contributions are welcome.
- Clone the repository.
- Open
index.html
in your browser, or use a local server for PWA features. - Edit
app.js
,index.html
, and other files as needed. - If needed, increase the
CACHE_NAME
version inservice-worker.js
.