Skip to content

CAG2Mark/SimpleCountdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCountdown

Simple client-side only countdown. Live at https://countdown.markng.com/

You can create countdown links without using the website GUI like this:

  1. Create a JSON object like this and turn it into a string: (minify it, ideally)
{
    "eventName": "Event name",
    "unix": <unix time of the event>,
    "createdAt": <unix time of the creation date of the event>
}
  1. Base64 encode that JSON string
  2. Pass it to the countdown website URL with the parameter countdown=<the base64 encoded JSON string>.

About

Clean and Minimalist Client-Side Countdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published