{"id":19072493,"url":"https://github.com/freedmand/newyearstimer","last_synced_at":"2026-02-27T02:03:20.030Z","repository":{"id":67827429,"uuid":"115795203","full_name":"freedmand/newyearstimer","owner":"freedmand","description":"Play YouTube videos synced so that something special happens right at midnight on New Year’s Eve","archived":false,"fork":false,"pushed_at":"2017-12-30T13:17:32.000Z","size":90,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T04:24:37.427Z","etag":null,"topics":["countdown","new","newyear","song","timer","video","website","years"],"latest_commit_sha":null,"homepage":"https://newyearstimer.com","language":"HTML","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/freedmand.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":"2017-12-30T12:24:38.000Z","updated_at":"2018-11-18T00:20:45.000Z","dependencies_parsed_at":"2023-02-21T00:01:22.679Z","dependency_job_id":null,"html_url":"https://github.com/freedmand/newyearstimer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/freedmand/newyearstimer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedmand%2Fnewyearstimer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedmand%2Fnewyearstimer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedmand%2Fnewyearstimer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedmand%2Fnewyearstimer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freedmand","download_url":"https://codeload.github.com/freedmand/newyearstimer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedmand%2Fnewyearstimer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29882633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","new","newyear","song","timer","video","website","years"],"created_at":"2024-11-09T01:37:53.332Z","updated_at":"2026-02-27T02:03:19.996Z","avatar_url":"https://github.com/freedmand.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# New Year's Timer\n\nThis is the source code for [New Year's Timer](https://newyearstimer.com). It lives\nat https://github.com/freedmand/newyearstimer.\n\n## Get started\n\nNew Year's Timer is built with NodeJS. Once you have Node installed, install the\ndependencies with\n\n```bash\ncd newyearstimer\nnpm install\n```\n\nYou will need to configure your own [Reddit API key](https://github.com/reddit/reddit/wiki/OAuth2) and [YouTube Data API key](https://developers.google.com/youtube/v3/). Create a file in `src/config.js`\nwhich is a dictionary containing these values:\n\n```\nexport const API_KEYS = {\n  ytdata: '...', // your YouTube Data API key\n  redditClient: '...', // your Reddit app's client ID\n  redditSecret: '...', // your Reddit app's secret ID\n  redditRedirect: '...', // your URL to redirect to on success. Can be localhost\n  // ID of flair in /r/NewYearsTimer to show countdowns by posts\n  flairId: '7cf5f0e8-ec1a-11e7-8107-0ed8d186392c',\n};\n```\n\nThen start the application with\n\n```bash\nnpm run dev\n```\n\nNavigate to [localhost:5000](http://localhost:5000). You should see New Year's Timer\nrunning. Edit a component file in `src`, save it, and reload the page to see\nyour changes.\n\nTo build the application and minify source code, create a `dist/` folder and run\n\n```bash\nnpm run build\n```\n\n## Contributions\n\nNew Year's Timer was designed and coded by Dylan Freedman.\n\nNew Year's Timer utilizes the following libraries:\n\n* [Svelte](https://github.com/sveltejs/svelte): for implementing framework-free\ncomponents\n\nSee the [about page](https://newyearstimer.com/about.html) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedmand%2Fnewyearstimer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreedmand%2Fnewyearstimer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedmand%2Fnewyearstimer/lists"}