{"id":16758426,"url":"https://github.com/kessler/catgraph","last_synced_at":"2025-03-16T08:20:32.618Z","repository":{"id":60945361,"uuid":"545779360","full_name":"kessler/catgraph","owner":"kessler","description":"pipe graph data to the browser","archived":false,"fork":false,"pushed_at":"2022-10-05T00:58:29.000Z","size":262,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T08:12:39.949Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kessler.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":"2022-10-05T00:52:55.000Z","updated_at":"2023-10-28T01:55:57.000Z","dependencies_parsed_at":"2022-10-07T05:57:51.633Z","dependency_job_id":null,"html_url":"https://github.com/kessler/catgraph","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/kessler%2Fcatgraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kessler%2Fcatgraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kessler%2Fcatgraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kessler%2Fcatgraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kessler","download_url":"https://codeload.github.com/kessler/catgraph/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243842001,"owners_count":20356586,"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":[],"created_at":"2024-10-13T04:05:16.420Z","updated_at":"2025-03-16T08:20:32.579Z","avatar_url":"https://github.com/kessler.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# catgraph (WIP)\n\nPipe graph data to browser.\n\n\u003cimg src=\"/screenshot.png?raw=true\" width=\"400\"\u003e\n\n### simple example\n\n```bash\necho 1--2\\n2--3\\n2--4\\n4--1\\n5 | catgraph\n```\n\u003cimg src=\"/screenshot1.png?raw=true\" width=\"400\"\u003e\n\n### json helps with customization\n\n```bash\necho -e '{ \"id\": 1, \"val\": 5, \"name\": \"a\" }--{ \"id\": 2, \"val\": 3, \"name\": \"b\" }\\n{ \"id\": 3, \"val\": 2, \"name\": \"a\" }' | catgraph\n```\n\u003cimg src=\"/screenshot2.png?raw=true\" width=\"400\"\u003e\n\n### dev\n\n```\nnpm run build_dev; node testEmitter.js | env DEBUG=catgraph ./catgraph.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkessler%2Fcatgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkessler%2Fcatgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkessler%2Fcatgraph/lists"}