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

https://github.com/onyxfish/workbench-census-bureau

A workbench module to load data for the US Census Bureau API
https://github.com/onyxfish/workbench-census-bureau

census census-bureau workbench

Last synced: 2 months ago
JSON representation

A workbench module to load data for the US Census Bureau API

Awesome Lists containing this project

README

        

# workbench-census-bureau

A workbench module for creating tables from the [US Census Bureau APIs](https://api.census.gov/data.html).

## Wishlist

* Unit tests should not hit the actual API
* Better error handling for failed requests
* Convert `fetch` method to use `async/await`
* Dropdown for common datasets (`cbp`, `acs1`)
* Dropdown for common clauses (e.g. `state:*`, `county:*`)

## Authors

* Chris Groskopf [[email protected]](mailto:[email protected])