a shrexulous timer https://goodtimer.lubiland.de/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
lub 18cbdb4824 fix markdown URLs in readme 4 years ago
LICENSE.md add LICENSE.md 5 years ago
README.md fix markdown URLs in readme 4 years ago
index.html add cache busters 4 years ago
main.css optimize default font size for mobile 4 years ago
main.js fix negative countdown 4 years ago

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. Either specify the URL as 'Custom Widget' within Element or manually send something like this example event:

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/"
	}
}