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.
|
|
|
# cpi-feed
|
|
|
|
|
|
|
|
Transforms [this](https://api.bls.gov/publicAPI/v2/timeseries/data/CUUSA210SA0)
|
|
|
|
into [this](https://s3.amazonaws.com/meatballhat/cpi/current.csv) :tada:.
|
|
|
|
|
|
|
|
## usage
|
|
|
|
|
|
|
|
This is intended for use with Google Sheets via:
|
|
|
|
|
|
|
|
```
|
|
|
|
=IMPORTDATA("https://s3.amazonaws.com/meatballhat/cpi/current.csv")
|
|
|
|
```
|
|
|
|
|
|
|
|
## deployment
|
|
|
|
|
|
|
|
A copy of this thing is deployed to Heroku with a Heroku Scheduler addon
|
|
|
|
configured to run the following once daily:
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
bundle exec ./sync
|
|
|
|
```
|