{"id":16019563,"url":"https://github.com/iboard/hexpack-examples","last_synced_at":"2026-02-16T15:01:46.822Z","repository":{"id":66434934,"uuid":"172383788","full_name":"iboard/hexpack-examples","owner":"iboard","description":"Example usage of hex-packages (data_source,bucketier,timewrap,...)","archived":false,"fork":false,"pushed_at":"2024-09-08T07:43:35.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T23:59:50.599Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iboard.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-02-24T20:01:56.000Z","updated_at":"2024-09-08T07:43:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"ecf756fc-cb27-4af3-b4b3-99c5db928c65","html_url":"https://github.com/iboard/hexpack-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iboard/hexpack-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboard%2Fhexpack-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboard%2Fhexpack-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboard%2Fhexpack-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboard%2Fhexpack-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iboard","download_url":"https://codeload.github.com/iboard/hexpack-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboard%2Fhexpack-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29510518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-08T17:04:47.609Z","updated_at":"2026-02-16T15:01:46.804Z","avatar_url":"https://github.com/iboard.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hexpack Examples\n[![Documentation](https://travis-ci.com/iboard/hexpack-examples.svg?branch=master)](https://travis-ci.com/iboard/hexpack-examples)\n\nThe aim of this repository is to show examples of how my HEX-packages\ncan be used in a tested manner. This makes this examples for \n\n- [data_source][]\n- [bucketier][]\n- [timewrap][]\n- [exconfig][]\n\nthe first place to look at when you want to use one of these packages\nin Elixir.\n\n### Configuration\n\nIn your `mix.exs` file add the following dependencies (or some of them).\nWhen using `Timewrap`, don't forget to add it as an `extra_application`.\n\n        # Run \"mix help compile.app\" to learn about applications.\n        def application do\n          [\n            extra_applications: [:logger,:timewrap],\n            mod: {HexpackExamples.Application, []}\n          ]\n        end\n\n        # Run \"mix help deps\" to learn about dependencies.\n        defp deps do\n          [\n            {:data_source, \"~\u003e 0.1\" },\n            {:bucketier, \"~\u003e 0.1\" },\n            {:timewrap, \"~\u003e 0.1\" }\n          ]\n        end\n\n### Examples\n\nSee file `test/hexpack_examples_test.exs`. These are the examples of\nusage.\n\n\n[data_source]: https://hexdocs.pm/data_source\n[bucketier]: https://hexdocs.pm/bucketier\n[timewrap]: https://hexdocs.pm/timewrap\n[exconfig]: https://hexdocs.pm/exconfig\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiboard%2Fhexpack-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiboard%2Fhexpack-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiboard%2Fhexpack-examples/lists"}