{"id":18928234,"url":"https://github.com/jordymoos/elm-clockpicker","last_synced_at":"2025-07-01T14:10:49.459Z","repository":{"id":57674617,"uuid":"73428435","full_name":"JordyMoos/elm-clockpicker","owner":"JordyMoos","description":"A clock-style timepicker in elm","archived":false,"fork":false,"pushed_at":"2018-10-23T19:51:20.000Z","size":143,"stargazers_count":8,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T16:48:45.787Z","etag":null,"topics":["clock-picker","clockpicker","elm","elm-clockpicker","timepicker"],"latest_commit_sha":null,"homepage":"https://jordymoos.github.io/elm-clockpicker/","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JordyMoos.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":null,"support":null}},"created_at":"2016-11-10T23:05:59.000Z","updated_at":"2023-02-07T09:31:07.000Z","dependencies_parsed_at":"2022-09-26T16:40:13.050Z","dependency_job_id":null,"html_url":"https://github.com/JordyMoos/elm-clockpicker","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/JordyMoos/elm-clockpicker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JordyMoos%2Felm-clockpicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JordyMoos%2Felm-clockpicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JordyMoos%2Felm-clockpicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JordyMoos%2Felm-clockpicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JordyMoos","download_url":"https://codeload.github.com/JordyMoos/elm-clockpicker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JordyMoos%2Felm-clockpicker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262978722,"owners_count":23394016,"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":["clock-picker","clockpicker","elm","elm-clockpicker","timepicker"],"created_at":"2024-11-08T11:24:16.653Z","updated_at":"2025-07-01T14:10:49.422Z","avatar_url":"https://github.com/JordyMoos.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# elm-clockpicker\n\n``` shell\nelm package install JordyMoos/elm-clockpicker\n```\n\nA reusable clock picker component in Elm.\n\n\n## Examples\n\nSee the [examples][examples] folder and [the ClockPicker demo][demo].\n\n[examples]: https://github.com/JordyMoos/elm-clockpicker/tree/master/examples\n[demo]: https://jordymoos.github.io/elm-clockpicker/\n\n\n## Run examples\n\n- Run `npm install` in the root directory\n- Goto `examples/` and run `make` there\n- Open `examples/simple/index.html` in your browser\n\n\n## Settings\n\n```elm\ntype alias Settings =\n    { hourStep : Int\n    , minuteStep : Int\n    , startTime : StartTime\n    , autoClose : Bool\n    , twelveHour : Bool\n    , doneText : String\n    }\n```\n\n```elm\nimport ClockPicker exposing (defaultSettings, StartTime(..))\n\nClockPicker.init { defaultSettings | minuteStep = 5 }\n```\n\nSee [ClockPicker.Settings][settings] for detailed information\n[settings]: http://package.elm-lang.org/packages/JordyMoos/elm-clockpicker/latest/ClockPicker#settings\n\n## CSS\n\nThe CSS for the clock picker is distributed separately. You can grab\nthe compiled CSS from [here][compiled].\n\n[compiled]: https://github.com/JordyMoos/elm-clockpicker/blob/master/css/elm-clockpicker.css\n\n\n## Additional copyright notices\n\nElm ClockPicker is based on the javascript clockpicker from  [weareoutman][weareoutman].\nThe css and some of the code is translated from his repository.\n\nThe structure of this project is inspired by [Bogdanp' elm datepicker][Bogdanp].\nThe simple example is also inspired from his elm datepicker.\n\n[weareoutman]: https://github.com/weareoutman/clockpicker\n[Bogdanp]: https://github.com/Bogdanp/elm-datepicker\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjordymoos%2Felm-clockpicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjordymoos%2Felm-clockpicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjordymoos%2Felm-clockpicker/lists"}