Convenient JavaScript utilities for working with Census APIs: Statistics, Cartographic GeoJSON, lat/lng -> FIPS, and other niceties (written in ClojureScript)
Most of the code in the Node API and SDK is duplicated. The code from geoRequest, apiRequest, summaryRequest, and perhaps others, could be pulled out into a separate module. There are also a lot inefficiencies in the code for these functions.
Most of the code in the Node API and SDK is duplicated. The code from
geoRequest
,apiRequest
,summaryRequest
, and perhaps others, could be pulled out into a separate module. There are also a lot inefficiencies in the code for these functions.