https://github.com/harrystevens/inflation-scraper
Get CPI inflation from BLS.
https://github.com/harrystevens/inflation-scraper
Last synced: 3 months ago
JSON representation
Get CPI inflation from BLS.
- Host: GitHub
- URL: https://github.com/harrystevens/inflation-scraper
- Owner: HarryStevens
- Created: 2019-07-30T15:36:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T20:27:51.000Z (over 2 years ago)
- Last Synced: 2025-01-13T07:09:45.667Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# inflation-scraper
Get CPI inflation from [BLS](https://data.bls.gov/cgi-bin/cpicalc.pl).
## Installation
```bash
git clone [email protected]:HarryStevens/inflation-scraper.git
cd inflation-scraper
yarn
```## Usage
```bash
node index.js
```Data will output as `data.json`.