{"id":16188816,"url":"https://github.com/emkay/mkgraph","last_synced_at":"2025-06-15T00:34:28.151Z","repository":{"id":57298930,"uuid":"91216190","full_name":"emkay/mkgraph","owner":"emkay","description":"Graphs!","archived":false,"fork":false,"pushed_at":"2017-06-03T03:32:39.000Z","size":44,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T02:07:39.708Z","etag":null,"topics":["bfs","dfs","edges","graph","vertices"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/emkay.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-14T03:00:01.000Z","updated_at":"2017-06-03T03:38:37.000Z","dependencies_parsed_at":"2022-08-26T18:02:30.346Z","dependency_job_id":null,"html_url":"https://github.com/emkay/mkgraph","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/emkay/mkgraph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emkay%2Fmkgraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emkay%2Fmkgraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emkay%2Fmkgraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emkay%2Fmkgraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emkay","download_url":"https://codeload.github.com/emkay/mkgraph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emkay%2Fmkgraph/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259905418,"owners_count":22929916,"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":["bfs","dfs","edges","graph","vertices"],"created_at":"2024-10-10T07:31:25.480Z","updated_at":"2025-06-15T00:34:28.117Z","avatar_url":"https://github.com/emkay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mkgraph\nA tiny module for having fun with graphs.\n\n## Install\n\n`npm i mkgraph`\n\n## Usage\n\n```javascript\nconst {Graph, Node} = require('mkgraph')\n\nconst g = new Graph()\n\ng.add('a')\ng.add('b')\ng.add('c')\n\ng.drawEdge('a', 'b')\ng.drawEdge('b', 'c')\n\ng.shortestPath('a', 'c') // ['a', 'b', 'c']\n```\n\n## [API](https://github.com/emkay/mkgraph/blob/master/API.md)\n\n## [Code of Conduct](https://github.com/emkay/mkgraph/blob/master/CODE_OF_CONDUCT.md)\n\n## [Contributing](https://github.com/emkay/mkgraph/blob/master/CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femkay%2Fmkgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femkay%2Fmkgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femkay%2Fmkgraph/lists"}