You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
409 B

9 years ago
# cpi-feed
Transforms [this](https://api.bls.gov/publicAPI/v2/timeseries/data/CUUSA210SA0)
into CSV rows.
## usage
This is intended for use with Google Sheets via:
```
=CURRENTCPI("{bls-token}")
```
where `{bls-token}` is the value issued after registering with
[bls.gov](https://www.bls.gov/developers/home.htm).
## deployment
Just like [this
example](https://apipheny.io/import-json-google-sheets/).