/MyCountdown-app

Just for fun. Not maintained!

Primary LanguageHTMLMIT LicenseMIT

MyCountdown

Erstelle deine eigenen Countdown-"Apps" im Handumdrehen.
Create your custom Countdown-"Apps" with ease.

How-To (DE)..

NOTE: EN version below.


Intro

Unter folgender URL ist die Countdown-App erreichbar:

https://eyecatchup.github.io/MyCountdown-app/

Ohne weitere Parameter aufgerufen, zeigt die Seite den Countdown bis zum jeweils kommenden Silvester an.

Durch zusätzliche Parameter kann die Countdown-App individualisiert (und dann z.B. als Lesezeichen auf deinem Smartphone-Homescreen gespeichert) werden.


Eigenes Event

1.) Kopiere folgende URL

https://eyecatchup.github.io/MyCountdown-app/?name={$name}&date={$date}&lang=DE

2.) Ersetze {$name} mit dem Namen deines Events.

3.a) Ersetze {$date} mit dem Termin des Events (Format: mm/dd/YYYY).
3.b) Optional: Um Uhrzeiten mit anzugeben, verwende das amerikanische 12-Stunden-Format: mm/dd/YYYY H:i:s (AM|PM).

Beispiele:
  1. https://eyecatchup.github.io/MyCountdown-app/?name=Weihnachten&date=12/24/2016 00:00:00&lang=DE
  2. https://eyecatchup.github.io/MyCountdown-app/?name=zum Eröffnungsspiel WM 2018&date=06/14/2018 16:00:00&lang=DE

Hintergrundbild ändern

1.) Kopiere folgende URL

https://eyecatchup.github.io/MyCountdown-app/?img={$img}

2.a) Ersetze {$img} mit 2.jpg um das (einzige) Alternativbild zu verwenden.
2.b) ODER: Ersetze {$img} mit einer beliebigen Bild-URL um dein eigenes Alternativbild zu verwenden.

Beispiele:
  1. https://eyecatchup.github.io/MyCountdown-app/?img=2.jpg
  2. https://eyecatchup.github.io/MyCountdown-app/?img=https://i.imgur.com/pWNgnmO.jpg

Das ganze kannst du natürlich auch in Kombination mit allen anderen Optionen verwenden. Zum Beispiel:

  1. https://eyecatchup.github.io/MyCountdown-app/?name=zum Eröffnungsspiel WM 2018&date=06/14/2018 16:00:00&img=https://i.imgur.com/sRQDi8L.jpg&lang=DE

How-To (EN)..

Intro

The base URL of the Countdown-App is:

https://eyecatchup.github.io/MyCountdown-app/?lang=EN

Without additional parameters, it will show you the countdown to next New Year's eve.
Note: as soon as you set your custom event (see below), the lang parameter can be ommited! (You could have the rest of the texts displayed in German by setting lang=DE, though.)

There're several options to customize the countdown (so you can save the final Link as a bookmark on your smartphone's home screen, for example).


Custom event

1.) Copy the following URL

https://eyecatchup.github.io/MyCountdown-app/?name={$name}&date={$date}

2.) Replace {$name} with the name of your event.

3.a) Replace {$date} with the date of your event (Format: mm/dd/YYYY).
3.b) Optional: To use not only a date but also a specific time, use the format: mm/dd/YYYY H:i:s (AM|PM).

Examples:
  1. https://eyecatchup.github.io/MyCountdown-app/?name=christmas&date=12/24/2016
  2. https://eyecatchup.github.io/MyCountdown-app/?name=kickoff of FIFA WC 2018&date=06/14/2018 16:00:00

Custom backgound image

1.) Copy the following URL

https://eyecatchup.github.io/MyCountdown-app/?img={$img}

2.a) Replace {$img} with 2.jpg to use the (only) alternative background image.
2.b) OR: Replace {$img} with any custom image URL to use it as a background image.

Examples:
  1. https://eyecatchup.github.io/MyCountdown-app/?img=2.jpg
  2. https://eyecatchup.github.io/MyCountdown-app/?img=https://i.imgur.com/pWNgnmO.jpg

Of course, you can also combine all the options. For example:

  1. https://eyecatchup.github.io/MyCountdown-app/?name=kickoff of FIFA WC 2018&date=06/14/2018 16:00:00&img=https://i.imgur.com/sRQDi8L.jpg

Viel Spaß / enjoy!

(c) 2016 Stephan Schmitz
License: MIT