{"id":51601311,"url":"https://github.com/mcochris/chrono","last_synced_at":"2026-07-11T22:30:41.062Z","repository":{"id":363914019,"uuid":"1264989700","full_name":"mcochris/chrono","owner":"mcochris","description":"Website that allows users to compare date/time in different timezones.","archived":false,"fork":false,"pushed_at":"2026-06-29T01:05:51.000Z","size":3144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-29T03:06:32.271Z","etag":null,"topics":["clocks","time","timezones"],"latest_commit_sha":null,"homepage":"https://mcochris.me","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcochris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-10T11:10:39.000Z","updated_at":"2026-06-29T01:05:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mcochris/chrono","commit_stats":null,"previous_names":["mcochris/chrono"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mcochris/chrono","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcochris%2Fchrono","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcochris%2Fchrono/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcochris%2Fchrono/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcochris%2Fchrono/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcochris","download_url":"https://codeload.github.com/mcochris/chrono/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcochris%2Fchrono/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35377012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"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":["clocks","time","timezones"],"created_at":"2026-07-11T22:30:40.274Z","updated_at":"2026-07-11T22:30:41.050Z","avatar_url":"https://github.com/mcochris.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chrono\n\nA dual-clock web app that shows your local time alongside any timezone in the world, with a three-step timezone picker (region → country → city).\n\n## Features\n\n- **Two analog clocks** — primary clock always shows your local time; secondary clock shows the timezone you choose\n- **Timezone picker modal** — drill down by region, country, and city using IANA timezone data\n- **Live updates** — both clocks tick in real time, updating every second\n- **UTC shortcut** — select UTC/GMT directly without navigating a country list\n\n## Tech Stack\n\n| Tool | Purpose |\n|------|---------|\n| [Vite](https://vitejs.dev/) | Dev server and bundler |\n| [TypeScript](https://www.typescriptlang.org/) | Type-safe source |\n| [Luxon](https://moment.github.io/luxon/) | Timezone-aware date/time |\n\n## Getting Started\n\n```bash\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n```\n\nThen open [http://localhost:5173](http://localhost:5173) in your browser.\n\n## Build\n\n```bash\nnpm run build      # compile TypeScript and bundle with Vite\nnpm run preview    # preview the production build locally\n```\n\n## Usage\n\n1. The left clock shows your **local time** and timezone abbreviation.\n2. Click the label on the right clock (defaults to **UTC**) to open the timezone picker.\n3. Select a **region**, then a **country**, then a **city** — click **Done** to apply.\n4. The right clock updates immediately and ticks in sync with the selected timezone.\n\n## Project Structure\n\n```\nchrono/\n├── index.html          # App shell\n├── src/\n│   ├── main.ts         # Clock logic and timezone picker\n│   ├── style.css       # Layout and clock styling\n│   └── assets/\n│       ├── tz-countries.json   # Region → country mappings\n│       └── tz-zones.json       # Country → IANA timezone mappings\n└── package.json\n```\n\n## Credits\n\nClock hand animation adapted from [imvpn22's CodePen](https://codepen.io/imvpn22/pen/RwPvOgQ).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcochris%2Fchrono","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcochris%2Fchrono","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcochris%2Fchrono/lists"}