{"id":21890087,"url":"https://github.com/ejfox/nypd-complaint-client","last_synced_at":"2026-04-30T06:38:56.680Z","repository":{"id":70958011,"uuid":"423971601","full_name":"ejfox/nypd-complaint-client","owner":"ejfox","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-16T19:59:29.000Z","size":3869,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-03T21:49:49.096Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/ejfox.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-02T19:22:14.000Z","updated_at":"2021-11-15T21:20:27.000Z","dependencies_parsed_at":"2023-08-28T15:31:27.880Z","dependency_job_id":null,"html_url":"https://github.com/ejfox/nypd-complaint-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ejfox/nypd-complaint-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejfox%2Fnypd-complaint-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejfox%2Fnypd-complaint-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejfox%2Fnypd-complaint-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejfox%2Fnypd-complaint-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ejfox","download_url":"https://codeload.github.com/ejfox/nypd-complaint-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejfox%2Fnypd-complaint-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32457110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-28T11:28:43.825Z","updated_at":"2026-04-30T06:38:56.650Z","avatar_url":"https://github.com/ejfox.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nypd-complaint-client\n\nStamen is releasing a new Open Source framework for exploring network data. The goal is to make it easy for anyone to explore and understand as many types of network data as possible.\n\nTo use it, simply provide any network that has the following format:\n\n- Network data is an object that contains two arrays.\n\n- The nodes array contains all the nodes in the network, and the edges array contains all the relationships or edges in the network.\n\nOnce your data is loaded onto your webpage, you can add it to the network visualization with the following code:\n\n```\n// Basic\nnetworkCartography({\n  loadFile: true,\n  networkData: 'data.json'\n})\n\n// Advanced\nnetworkCartography({\n  domNode: 'graphContainer',\n  networkData: {\n    nodes: [{\n      x: the x location of the node in space\n      y: the y location of the node in space\n      sizeAttribute: defaults to \"Degree\" but any numeric value can be used\n      label: a string used to label that node\n    }],\n    edges: [{\n      source: the id of the relationship source\n      target: the id of the relationship target\n      weight: **optional** the weight of the relationship\n    }],\n  },\n  width: 900,\n  height: 600,\n  highlightNodes: []\n})\n```\n\n## Examples\n\n- A network of NYPD officer complaints\n- Open source flavor network\n- ??\n\n## Internal\n\n```\n\u003cSearchableNetwork\n  :networkData={{\n    nodes: [{\n      x: 0.0, // Optional: the x location of the node in space\n      y: 0.0, // Optional: the y location of the node in space\n      // ...\n    }],\n    edges: [{\n      property: //\n    }],\n  }}\n  :highlightNodes={['Foo', 'Bar']}\n  :height=\"600\"\n  :width=\"900\"\n/\u003e\n```\n\n## Project setup\n\n```\nnpm install\n```\n\n### Compiles and hot-reloads for development\n\n```\nnpm run serve\n```\n\n### Compiles and minifies for production\n\n```\nnpm run build\n```\n\n### Lints and fixes files\n\n```\nnpm run lint\n```\n\n### Customize configuration\n\nSee [Configuration Reference](https://cli.vuejs.org/config/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fejfox%2Fnypd-complaint-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fejfox%2Fnypd-complaint-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fejfox%2Fnypd-complaint-client/lists"}