This is a partial graph of the members of the Hack Bellingham group.
The high-level steps involved in creating this visualization:
- Dump user data from Slack. See https://api.slack.com/methods/users.list/test for an example of how to do this.
- Copy this D3 example https://bl.ocks.org/mbostock/4062045.
- Replace Les Misérables data with Hack Bellingham members.
This visualization is incomplete. Please feel free to submit PRs to add more connections or otherwise improve the visualization.
clone
the repocd
to the cloned reponpm install
npm run start
- Modify
data/links.txt
to include your username and the list of users you know. Seedata/users.json
to get the correct name values. node ./scripts/process-links
- Run locally and preview the results
PRs welcome!