{"id":13507750,"url":"https://github.com/nathanhornby/emojiclock-elixir","last_synced_at":"2025-03-30T09:33:02.538Z","repository":{"id":57495125,"uuid":"87464330","full_name":"nathanhornby/emojiclock-elixir","owner":"nathanhornby","description":"An Elixir module for returning an emoji clock for a given hour","archived":false,"fork":false,"pushed_at":"2024-05-06T18:53:16.000Z","size":17,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T07:44:26.649Z","etag":null,"topics":["clock","elixir","emoji","time"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/nathanhornby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-04-06T18:56:55.000Z","updated_at":"2024-05-06T18:53:19.000Z","dependencies_parsed_at":"2024-06-21T16:41:06.987Z","dependency_job_id":"e89747dd-ee26-4b86-bc31-74677e51e493","html_url":"https://github.com/nathanhornby/emojiclock-elixir","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"aae39fe30773bf3ed81ee18d05eb791803e04e3a"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanhornby%2Femojiclock-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanhornby%2Femojiclock-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanhornby%2Femojiclock-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanhornby%2Femojiclock-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nathanhornby","download_url":"https://codeload.github.com/nathanhornby/emojiclock-elixir/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301963,"owners_count":20755512,"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","elixir","emoji","time"],"created_at":"2024-08-01T02:00:38.559Z","updated_at":"2025-03-30T09:33:02.271Z","avatar_url":"https://github.com/nathanhornby.png","language":"Elixir","funding_links":[],"categories":["Date and Time"],"sub_categories":[],"readme":"# EmojiClock\n[![Elixir](https://img.shields.io/badge/github-elixir-A468BF.svg?style=flat-square)](https://github.com/nathanhornby/emojiclock-elixir) [![Hex.pm](https://img.shields.io/hexpm/v/emojiclock.svg?style=flat-square)](https://hex.pm/packages/emojiclock)\n[![Hexdocs](https://img.shields.io/badge/docs-hexdocs-717B94.svg?style=flat-square)](https://hexdocs.pm/emojiclock/readme.html)\n\nAn Elixir module for giving you an emoji clock for a given hour. See the [API reference](https://hexdocs.pm/emojiclock/EmojiClock.html) for the many available input formats.\n\n```elixir\niex\u003e EmojiClock.time!(~T[02:17:47.179])\n\"🕑\"\n```\n\n## Installing EmojiClock\n\nThe package can be installed by adding `emojiclock` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:emojiclock, \"~\u003e 2.0.2\"}]\nend\n```\n\nAnd then added as an extra application, also in `mix.exs`:\n\n```elixir\ndef application do\n  [extra_applications: [:emojiclock]]\nend\n```\n\n## Using EmojiClock\n\n- [API reference](https://hexdocs.pm/emojiclock/EmojiClock.html)\n\nThe `EmojiClock` module has several functions, all of which return an emoji clock `bitstring`. Every function that accepts an argument has a `!` variant, which should be used if you trust your input and want to get straight to the emoji.\n\n```elixir\niex\u003e EmojiClock.unix(475359803)\n{:ok, \"🕗\"}\n\niex\u003e EmojiClock.unix!(475359803)\n\"🕗\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanhornby%2Femojiclock-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathanhornby%2Femojiclock-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanhornby%2Femojiclock-elixir/lists"}