Show HN: I used D3/React to transform raw GitHub data into an interactive map
1–2 of 2 posts
Re: Show HN: I used D3/React to transform raw GitHub data into an interactive map
#2Hi 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.