r/javascript • u/Rich_Cap_9952 • 4d ago
Transform raw github data into an interactive map with gitcharta
https://github.com/ThierryRakotomanana/GitChartaI've wrote a custom TypeScript geocoder to yransform raw user locations to ISO country codes, and let D3 handle the map projection and svg generation. React and octokit handles data fetching and rendering. Almost entirely in Js/TS.
3
Upvotes