{"id":17130409,"url":"https://github.com/swelham/digraph_viewer","last_synced_at":"2025-04-13T07:27:35.811Z","repository":{"id":57490063,"uuid":"125244338","full_name":"swelham/digraph_viewer","owner":"swelham","description":"Digraph viewer provides a visual representation of a digraph model through a web based interface","archived":false,"fork":false,"pushed_at":"2018-05-08T21:53:19.000Z","size":279,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-24T13:17:51.030Z","etag":null,"topics":["digraph","elixir","erlang","gui","ui"],"latest_commit_sha":null,"homepage":"","language":"Erlang","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/swelham.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":"2018-03-14T16:47:43.000Z","updated_at":"2024-01-28T15:50:11.000Z","dependencies_parsed_at":"2022-09-02T10:51:03.258Z","dependency_job_id":null,"html_url":"https://github.com/swelham/digraph_viewer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swelham%2Fdigraph_viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swelham%2Fdigraph_viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swelham%2Fdigraph_viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swelham%2Fdigraph_viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swelham","download_url":"https://codeload.github.com/swelham/digraph_viewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240045015,"owners_count":19739185,"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":["digraph","elixir","erlang","gui","ui"],"created_at":"2024-10-14T19:12:19.675Z","updated_at":"2025-02-23T01:31:12.337Z","avatar_url":"https://github.com/swelham.png","language":"Erlang","readme":"# Digraph Viewer\n\nDigraph viewer provides a visual representation of an erlang digraph through a web based interface.\n\n![digraph_viewer screen grab](https://s3.amazonaws.com/digraphviewer/digraph_viewer_screen_grab.png)\n\n## Installation\n\nHead over to [hex](https://hex.pm/packages/digraph_viewer) to find the latest version to install.\n\nOnce installed make sure to add `digraph_viewer` to your list of applications (or start it manually).\n\n```erlang\n%% erlang\n%% ---------\n%% your_app.app.src\n%% ---------\n...\n{applications, [digraph_viewer]}\n...\n```\n\n```elixir\n# elixir]\n# ---------\n# mix.exs\n# ---------\n\ndef application do\n  [applications: [:digraph_viewer]]\nend\n```\n\n## Usage\n\nBefore the digraph can be viewed it must be registered with `digraph_viewer`.\n\n```erlang\n%% erlang\n\nG = digraph:new(),\ndigraph_viewer:register(G).\n```\n\n```elixir\n# elixir\n\ng = :digraph.new()\n:digraph_viewer.register(g)\n```\n\nYou can now view the digraph by visiting http://localhost:8080/.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswelham%2Fdigraph_viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswelham%2Fdigraph_viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswelham%2Fdigraph_viewer/lists"}