{"id":18823877,"url":"https://github.com/eddyerburgh/vue-digital-clock","last_synced_at":"2025-07-04T15:34:22.812Z","repository":{"id":57395656,"uuid":"83359196","full_name":"eddyerburgh/vue-digital-clock","owner":"eddyerburgh","description":"🕚  Simple digital clock built with Vue.js","archived":false,"fork":false,"pushed_at":"2019-02-01T21:58:52.000Z","size":145,"stargazers_count":40,"open_issues_count":0,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-04T15:34:07.754Z","etag":null,"topics":["digital-clock","vue","vue-clock","vue-digital-clock","vue2","vuejs","vuejs2"],"latest_commit_sha":null,"homepage":"","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/eddyerburgh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-27T21:34:15.000Z","updated_at":"2025-06-10T14:55:09.000Z","dependencies_parsed_at":"2022-09-10T00:02:04.688Z","dependency_job_id":null,"html_url":"https://github.com/eddyerburgh/vue-digital-clock","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/eddyerburgh/vue-digital-clock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddyerburgh%2Fvue-digital-clock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddyerburgh%2Fvue-digital-clock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddyerburgh%2Fvue-digital-clock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddyerburgh%2Fvue-digital-clock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eddyerburgh","download_url":"https://codeload.github.com/eddyerburgh/vue-digital-clock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eddyerburgh%2Fvue-digital-clock/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263567995,"owners_count":23481597,"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":["digital-clock","vue","vue-clock","vue-digital-clock","vue2","vuejs","vuejs2"],"created_at":"2024-11-08T00:54:55.658Z","updated_at":"2025-07-04T15:34:22.791Z","avatar_url":"https://github.com/eddyerburgh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-digital-clock\n\n\u003e A digital clock component built with Vue.js\n\n## Installation\n\nWith NPM:\n\n```shell\nnpm install --save vue-digital-clock\n```\n\nWith Yarn\n\n```shell\nyarn add vue-digital-clock\n```\n\nAnd import it into your project\n\n```javascript\nimport DigitalClock from \"vue-digital-clock\";\n```\n\n## Props\n\n| Prop    | Type | Usage  |\n| ------  | ---- | ------ |\n| blink   | Boolean | Set as true to have the colon blink with the seconds|\n| displaySeconds   | Boolean | Set as true to display seconds|\n| twelveHour   | Boolean | Set as true to display times with AM/PM|\n\n\n## Example\n\n```vue\n\u003ctemplate\u003e\n  \u003cdigital-clock :blink=\"true\" /\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\nimport DigitalClock from \"vue-digital-clock\";\n\nexport default {\n  components: {\n    DigitalClock\n  }\n};\n\u003c/script\u003e\n```\n\n## Screenshot\n\n![vue-digital-clock screenshot](https://raw.githubusercontent.com/eddyerburgh/vue-digital-clock/master/assets/vue-digital-clock.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddyerburgh%2Fvue-digital-clock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feddyerburgh%2Fvue-digital-clock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feddyerburgh%2Fvue-digital-clock/lists"}