a shrexulous timer https://goodtimer.lubiland.de/
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
lub 6d83abfeaa add /addwidget to readme
fixes #2
pirms 2 gadiem
LICENSE.md add LICENSE.md pirms 5 gadiem
README.md add /addwidget to readme pirms 2 gadiem
index.html add cache busters pirms 4 gadiem
main.css optimize default font size for mobile pirms 4 gadiem
main.js fix negative countdown pirms 4 gadiem

README.md

Goodtimer

This is a simple countdown in plain HTML+CSS+JavaScript. You can either host it yourself (just serve the files in this repository with a web server) or use https://goodtimer.lubiland.de

The target date is specified behind a hash (#) and in any ECMAScript Date Time String Format. When you omit the timezone it uses the local time of the browser.

Here are some example URLs:

https://goodtimer.lubiland.de/#2020-11-24T00:00+01:00
https://goodtimer.lubiland.de/#2020-11-24T00:00
https://goodtimer.lubiland.de/#2020-11-24
https://goodtimer.lubiland.de/#2020-11
https://goodtimer.lubiland.de/#2021

Matrix widget

Goodtimer is also usable as widget for Matrix clients. Within Element you can either specify the URL as 'Custom Widget' or manually send something like this example state event via /devtools:

type: im.vector.modular.widgets  
state_key: shadowlands-release
{
	"type": "customwidget",
	"url": "https://goodtimer.lubiland.de/#2020-11-24T00:00+01:00",
	"name": "Shadowlands Release",
	"data": {
		"curl": "https://goodtimer.lubiland.de/"
	}
}

Or alternatively with /addwidget:

/addwidget https://goodtimer.lubiland.de/#2020-11-24T00:00+01:00