{"id":21714910,"url":"https://github.com/stephanerob/exqui-live","last_synced_at":"2025-03-20T19:24:59.829Z","repository":{"id":46759873,"uuid":"406278988","full_name":"StephaneRob/exqui-live","owner":"StephaneRob","description":"(POC) UI for exq job processing library built with phoenix live view","archived":false,"fork":false,"pushed_at":"2021-10-28T08:58:13.000Z","size":615,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-25T17:33:21.355Z","etag":null,"topics":["dashboard","elixir","elixir-lang","phoenix","phoenix-framework"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StephaneRob.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}},"created_at":"2021-09-14T08:05:47.000Z","updated_at":"2021-12-13T13:36:37.000Z","dependencies_parsed_at":"2022-08-28T18:01:04.429Z","dependency_job_id":null,"html_url":"https://github.com/StephaneRob/exqui-live","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephaneRob%2Fexqui-live","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephaneRob%2Fexqui-live/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephaneRob%2Fexqui-live/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephaneRob%2Fexqui-live/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StephaneRob","download_url":"https://codeload.github.com/StephaneRob/exqui-live/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244676454,"owners_count":20491828,"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":["dashboard","elixir","elixir-lang","phoenix","phoenix-framework"],"created_at":"2024-11-26T00:39:25.867Z","updated_at":"2025-03-20T19:24:59.795Z","avatar_url":"https://github.com/StephaneRob.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExquiLive\n\n\u003cimg src=\"https://github.com/StephaneRob/exqui-live/raw/main/guides/images/dashboard.png\" alt=\"Exq UI\"\u003e\n\nUI for exq job processing library built with phoenix LiveView\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `exqui_live` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:exqui_live, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n### Configure LiveView\n\nThe dashboard is built on top of LiveView. If LiveView is already installed in your app, feel free to skip this section.\n\n```elixir\n# config/config.exs\nconfig :my_app, MyAppWeb.Endpoint,\n  live_view: [signing_salt: \"SECRET_SALT\"]\n```\n\nThen add the Phoenix.LiveView.Socket declaration to your endpoint:\n\n```elixir\nsocket \"/live\", Phoenix.LiveView.Socket\n```\n\n### Add dashboard access\n\n```elixir\n# lib/my_app_web/router.ex\nuse MyAppWeb, :router\nimport ExquiLive.Router\n\n...\n\nif Mix.env() == :dev do\n  scope \"/\" do\n    pipe_through :browser\n    exqui_live \"/exqui\"\n  end\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanerob%2Fexqui-live","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephanerob%2Fexqui-live","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanerob%2Fexqui-live/lists"}