An open API service indexing awesome lists of open source software.

https://github.com/carreraprogrammer/cloropeth-map

This is a walkthrough for the freeCodeCamp Choropleth Map project from start to finish. We import some JSON data with geographical and educational data about counties in the United States and use d3 to render a Choropleth Map, by converting topojson into geojson and then using the geoPath() method to draw paths.
https://github.com/carreraprogrammer/cloropeth-map

Last synced: about 2 months ago
JSON representation

This is a walkthrough for the freeCodeCamp Choropleth Map project from start to finish. We import some JSON data with geographical and educational data about counties in the United States and use d3 to render a Choropleth Map, by converting topojson into geojson and then using the geoPath() method to draw paths.

Awesome Lists containing this project