{"id":13941875,"url":"https://github.com/gadenbuie/countdown","last_synced_at":"2025-04-07T06:10:21.061Z","repository":{"id":49363645,"uuid":"175076503","full_name":"gadenbuie/countdown","owner":"gadenbuie","description":"⏲ countdown timer for R Markdown slides and HTML docs","archived":false,"fork":false,"pushed_at":"2024-04-11T11:19:08.000Z","size":1841,"stargazers_count":152,"open_issues_count":13,"forks_count":15,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-06T03:56:32.481Z","etag":null,"topics":["countdown-timer","html","rmarkdown","rstats","slides","xaringan"],"latest_commit_sha":null,"homepage":"https://pkg.garrickadenbuie.com/countdown","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gadenbuie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-11T20:11:52.000Z","updated_at":"2025-03-03T21:13:00.000Z","dependencies_parsed_at":"2024-01-25T01:29:59.269Z","dependency_job_id":"607a0112-12d2-4d5b-8829-ab8609926d1d","html_url":"https://github.com/gadenbuie/countdown","commit_stats":{"total_commits":268,"total_committers":6,"mean_commits":"44.666666666666664","dds":0.5373134328358209,"last_synced_commit":"970102d65fcd5bfbcaa2019772e34e4475053cb1"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadenbuie%2Fcountdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadenbuie%2Fcountdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadenbuie%2Fcountdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadenbuie%2Fcountdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gadenbuie","download_url":"https://codeload.github.com/gadenbuie/countdown/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601448,"owners_count":20964864,"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":["countdown-timer","html","rmarkdown","rstats","slides","xaringan"],"created_at":"2024-08-08T02:01:32.875Z","updated_at":"2025-04-07T06:10:21.035Z","avatar_url":"https://github.com/gadenbuie.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# countdown\n\n\u003c!-- badges: start --\u003e\n[![CRAN status](https://www.r-pkg.org/badges/version/countdown)](https://CRAN.R-project.org/package=countdown)\n[![countdown on r-universe/gadenbuie](https://gadenbuie.r-universe.dev/badges/countdown)](https://gadenbuie.r-universe.dev)\n[![R-CMD-check](https://github.com/gadenbuie/countdown/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/gadenbuie/countdown/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\n**countdown** makes it easy to drop in a simple countdown timer in slides and HTML documents written in R Markdown.\n\n``` r\nlibrary(countdown)\n\ncountdown(minutes = 0, seconds = 15)\n```\n\n\u003cimg src=\"r/man/figures/countdown.gif\" width=\"200px\"\u003e\n\n### Want to know more?\n\nCheck out countdown in its native environment in the [countdown presentation](https://pkg.garrickadenbuie.com/countdown/).\n\n## Installation\n\nYou can install countdown from CRAN\n\n``` r\ninstall.packages(\"countdown\")\n```\n\nor you can install the development version of countdown from [gadenbuie.r-universe.dev](https://gadenbuie.r-universe.dev/ui#package:countdown)\n\n``` r\noptions(repos = c(\n  gadenbuie = 'https://gadenbuie.r-universe.dev',\n  getOption(\"repos\")\n))\n\ninstall.packages('countdown')\n```\n\nor from GitHub\n\n``` r\n# install.packages(\"remotes\")\nremotes::install_github(\"gadenbuie/countdown\", subdir = \"r\")\n```\n\n## Shiny App\n\n**countdown** ships with a [Shiny app](https://shiny.rstudio.com) for an interactive _full-screen countdown timer_!\n\nTo launch the app, run\n\n```r\ncountdown_app()\n```\n\nor use the version hosted online at [apps.garrickadenbuie.com/countdown](https://apps.garrickadenbuie.com/countdown/).\n\n\u003ca href=\"https://apps.garrickadenbuie.com/countdown/\"\u003e\n\u003cimg src=\"docs/img/countdown-app.png\" width=\"75%\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgadenbuie%2Fcountdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgadenbuie%2Fcountdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgadenbuie%2Fcountdown/lists"}