{"id":22092233,"url":"https://github.com/pirxpilot/popup-clock","last_synced_at":"2025-04-09T21:53:13.045Z","repository":{"id":57202212,"uuid":"8261371","full_name":"pirxpilot/popup-clock","owner":"pirxpilot","description":"a timepicker component","archived":false,"fork":false,"pushed_at":"2024-01-30T16:12:28.000Z","size":168,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-09T21:53:07.952Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/pirxpilot.png","metadata":{"files":{"readme":"Readme.md","changelog":"History.md","contributing":null,"funding":null,"license":"License.txt","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":"2013-02-18T04:01:43.000Z","updated_at":"2024-01-30T13:05:25.000Z","dependencies_parsed_at":"2025-03-23T23:45:51.959Z","dependency_job_id":"53177944-1ce5-45a5-9b25-41228091e3e0","html_url":"https://github.com/pirxpilot/popup-clock","commit_stats":null,"previous_names":["code42day/timepicker"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pirxpilot%2Fpopup-clock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pirxpilot%2Fpopup-clock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pirxpilot%2Fpopup-clock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pirxpilot%2Fpopup-clock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pirxpilot","download_url":"https://codeload.github.com/pirxpilot/popup-clock/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119400,"owners_count":21050754,"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":"2024-12-01T03:08:47.732Z","updated_at":"2025-04-09T21:53:13.023Z","avatar_url":"https://github.com/pirxpilot.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![NPM version][npm-image]][npm-url]\n[![Build Status][build-image]][build-url]\n[![Dependency Status][deps-image]][deps-url]\n\n# popup-clock\n\n  Time picker ui component for [popup-clock]\n\n  Click [here](http://pirxpilot.github.io/popup-clock/) to see online demo.\n\n## Installation\n\n    $ npm install popup-clock\n\n## Example\n\n```js\nvar Timepicker = require('popup-clock');\nvar el = document.querySelector('[name=time]');\nnew Timepicker(el, options)\n  .clock\n  .on('change', function(v) {\n    el.value = (v.hour || '0') + ':' + (v.minute || '00');\n  });\n```\n\n## API\n\n### new Timepicker(el)\n\nCreate a new Timepicker attached to `el` input DOM node\n\n### Timepicker.clock\n\n[clock][popup-clock] reference\n\n## License\n\n  MIT\n\n[popup-clock]: https://npmjs.org/package/popup-clock\n\n[npm-image]: https://img.shields.io/npm/v/popup-clock\n[npm-url]: https://npmjs.org/package/popup-clock\n\n[build-url]: https://github.com/pirxpilot/popup-clock/actions/workflows/check.yaml\n[build-image]: https://img.shields.io/github/actions/workflow/status/pirxpilot/popup-clock/check.yaml?branch=main\n\n[deps-image]: https://img.shields.io/librariesio/release/npm/popup-clock\n[deps-url]: https://libraries.io/npm/popup-clock\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpirxpilot%2Fpopup-clock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpirxpilot%2Fpopup-clock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpirxpilot%2Fpopup-clock/lists"}