Skip to content
/ blsjs Public

(Deprecated api changed) NPM module for Bureau Of Labor Statistics (BLS) CSV Data to JSON parser

Notifications You must be signed in to change notification settings

Alex1100/blsjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bureau Of Labor Statistics (BLS) CSV Data to JSON parser

Note: I published this npm module with some inspiration from mhkeller's own qcew npm module. My intent was to actually use the data for a Location Quotient and Shift Share Analysis.

I urge you to look at the repo and specifically the underlying index.js file and see if you need to edit some code to get the parsed data formatted someway.

npm install --save blsjs

import BLS from 'blsjs' || const BLS = require('blsjs');

Functions Available

  • All arguments are strings

  • specificIndustryLocalData BLS.specificIndustryLocalData(year, quarter, region, industry)

  • allLocalData BLS.allLocalData(year, quarter, region)

  • nationalIndustryData BLS.nationalIndustryData(year, quarter, industry)

  • allIndustriesNationalData BLS.allIndustriesNationalData(year, quarter)

  • allRegionalCodes BLS.allRegionalCodes()

  • allIndustryCodes BLS.allIndustryCodes()

About

(Deprecated api changed) NPM module for Bureau Of Labor Statistics (BLS) CSV Data to JSON parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published