{"id":28559182,"url":"https://github.com/toastdriven/countdown","last_synced_at":"2025-06-10T08:36:21.862Z","repository":{"id":66172557,"uuid":"12798683","full_name":"toastdriven/countdown","owner":"toastdriven","description":"A pure JS, pure data countdown object. You probably don't want this.","archived":false,"fork":false,"pushed_at":"2013-09-13T01:25:11.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-07T16:54:56.127Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toastdriven.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-13T01:21:30.000Z","updated_at":"2024-12-07T13:26:32.000Z","dependencies_parsed_at":"2023-02-19T23:35:21.003Z","dependency_job_id":null,"html_url":"https://github.com/toastdriven/countdown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fcountdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fcountdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fcountdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fcountdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toastdriven","download_url":"https://codeload.github.com/toastdriven/countdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fcountdown/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259039659,"owners_count":22796889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-10T08:36:11.574Z","updated_at":"2025-06-10T08:36:21.853Z","avatar_url":"https://github.com/toastdriven.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"countdown.js\n============\n\nBecause NIH \u0026 I wanted a pure Javascript, pure data countdown.\n\n\nUsage\n-----\n\nCreating \u0026 starting a countdown looks like...::\n\n   var count = new Countdown({\n     target_date: new Date(2013, 8, 12, 6, 0, 0)\n   })\n   count.start()\n\nCode that needs to know what's going on with the countdown can listen for\n``countdowntick`` events.::\n\n    document.addEventListener('countdowntick', function() {\n      console.log(\"Countdown: \" + count.toString())\n    }, false)\n\nFor an example, look at the ``test.html`` file included.\n\n\nAuthor/License/Version\n----------------------\n\n:author: Daniel Lindsley\n:license: BSD\n:version: 0.8.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoastdriven%2Fcountdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoastdriven%2Fcountdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoastdriven%2Fcountdown/lists"}