{"id":19842920,"url":"https://github.com/deemp/elm-graph-editor","last_synced_at":"2026-03-19T12:01:17.980Z","repository":{"id":46598378,"uuid":"412758671","full_name":"deemp/elm-graph-editor","owner":"deemp","description":"Interactive online graph editor written in Elm","archived":false,"fork":false,"pushed_at":"2021-10-09T13:31:40.000Z","size":114,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T16:33:21.718Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://deemp.github.io/elm-graph-editor/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deemp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-02T10:07:41.000Z","updated_at":"2023-08-28T10:24:19.000Z","dependencies_parsed_at":"2022-08-26T03:12:36.836Z","dependency_job_id":null,"html_url":"https://github.com/deemp/elm-graph-editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deemp/elm-graph-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemp%2Felm-graph-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemp%2Felm-graph-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemp%2Felm-graph-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemp%2Felm-graph-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deemp","download_url":"https://codeload.github.com/deemp/elm-graph-editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemp%2Felm-graph-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29084389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-11-12T12:36:01.178Z","updated_at":"2026-02-04T12:35:54.524Z","avatar_url":"https://github.com/deemp.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interactive graph editor\n## Online version\n- ### [Try here!](https://br4ch1st0chr0n3.github.io/elm-graph-editor/)\n\n## Interface demo\n\u003cdiv style=\"margin-top: 10px;\"\u003e\n    \u003cimg src=\"./README/demo.png\" width=400px height=auto;\u003e\u003c/img\u003e\n\u003c/div\u003e\n\n\n## Wanna learn about Elm?\n- [Visit their site](https://elm-lang.org/)\n- Check [examples](https://elm-lang.org/examples)!\n\n\n## Hosting Elm site locally\n1. [Install elm](https://guide.elm-lang.org/install/elm.html)\n1. Install [elm-live](https://github.com/wking-io/elm-live). It will re-build `.elm` files on changes.\n    ```sh\n    npm install --global elm elm-live@next\n    ```\n1. Clone this repository.\n    ```sh\n    git clone https://github.com/br4ch1st0chr0n3/elm-graph-editor\n    ```\n1. Go to the project's root folder.\n    ```sh\n    cd elm-graph-editor\n    ```\n1. Start `elm-live`. IDK why it works only with `--o`, not `--open`.\n    ```sh\n    elm-live src/Main.elm --start-page=src/index.html --open -- --o=src/Main.js\n    ```\n1. After changes in `src/index.html`, reload the page in your browser.\n\n## Hosting Elm site on GitHub\n1. Make sure that your `main` Elm function is at `src/Main.elm`. This is needed for the command `elm make src/Main.elm --output src/Main.js` in `.github/workflows/main.yml` to work. You will add this `main.yml` on the next step.\n1. Create a [new workflow](https://docs.github.com/en/actions/quickstart). Instead of `github-actions-demo.yml`, use the file `.github/workflows/main.yml` from this repo.\n1. Then go to **Settings** -\u003e **Pages** -\u003e **Source** -\u003e **Branch**: `gh-pages` -\u003e Click **Save**.\n1. Now, if you see *Your site is published at* **link**, click this link.\n\n## Extra\n- A much more superior [editor](https://edotor.net/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeemp%2Felm-graph-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeemp%2Felm-graph-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeemp%2Felm-graph-editor/lists"}