blsjs

3.5.0 • Public • Published

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)

  • allIndustryDataNationally BLS.allIndustryDataNationally(year, quarter, industry);

  • allRegionalCodes BLS.allRegionalCodes()

  • allIndustryCodes BLS.allIndustryCodes()

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.5.0
    0
    • latest

Version History

Package Sidebar

Install

npm i blsjs

Weekly Downloads

0

Version

3.5.0

License

MIT

Last publish

Collaborators

  • alex1100