blsjs
v3.5.0
Published
Bureau Of Labor Statistics (BLS) CSV Data to JSON parser
Downloads
10
Maintainers
Readme
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.
npm install --save 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)
allIndustryDataNationally BLS.allIndustryDataNationally(year, quarter, industry);
allRegionalCodes BLS.allRegionalCodes()
allIndustryCodes BLS.allIndustryCodes()