Update to bls tls

This commit is contained in:
Dan Buch
2016-12-20 17:58:39 -05:00
parent 28841035af
commit 3a56880720
2 changed files with 11 additions and 9 deletions

View File

@@ -1,14 +1,14 @@
# cpi-feed
Transforms [this](http://api.bls.gov/publicAPI/v2/timeseries/data/CUUSA210SA0)
into [this](http://s3.amazonaws.com/meatballhat/cpi/current.csv) :tada:.
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("http://s3.amazonaws.com/meatballhat/cpi/current.csv")
=IMPORTDATA("https://s3.amazonaws.com/meatballhat/cpi/current.csv")
```
## deployment