Hacker News new | ask | show | jobs
Show HN: I used D3/React to transform raw GitHub data into an interactive map (github.com)
1 points by ThierryRkt 3 days ago
1 comments

Hi HN, I've always wondered how to transform public GitHub profile data into something more tangible and understandable at a glance like follower locations. So I decided to build a web tool using D3. I chose React for rendering, built a custom TypeScript geocoder to map raw user locations to ISO country codes, and let D3 handle the map projection and svg generation.