https://github.com/evidence-dev/bls
Explore Bureau of Labor Statistics (BLS) data on salaries and employment by occupation
https://github.com/evidence-dev/bls
Last synced: about 1 year ago
JSON representation
Explore Bureau of Labor Statistics (BLS) data on salaries and employment by occupation
- Host: GitHub
- URL: https://github.com/evidence-dev/bls
- Owner: evidence-dev
- Created: 2024-08-07T05:41:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T23:08:47.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T23:53:22.393Z (over 1 year ago)
- Language: Svelte
- Homepage: https://bls.evidence.app
- Size: 643 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BLS Salary Explorer
This app explores the Bureau of Labor Statistics (BLS) data on salaries from the [Occupational Employment and Wage Statistics (OEWS) survey](https://www.bls.gov/oes/).
This project requires you to create pass in an environment variable for source query substitution for example via a `.env` file:
```env
EVIDENCE_VAR__qa_filter="and occupation_code ilike '15%'"
```
or
```env
EVIDENCE_VAR__qa_filter=" "
```
## Using Codespaces
If you are using this template in Codespaces, click the `Start Evidence` button in the bottom status bar. This will install dependencies and open a preview of your project in your browser - you should get a popup prompting you to open in browser.
Or you can use the following commands to get started:
```bash
npm install
npm run sources
npm run dev -- --host 0.0.0.0
```
See [the CLI docs](https://docs.evidence.dev/cli/) for more command information.
**Note:** Codespaces is much faster on the Desktop app. After the Codespace has booted, select the hamburger menu → Open in VS Code Desktop.
## Get Started from VS Code
The easiest way to get started is using the [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=evidence-dev.evidence):
1. Install the extension from the VS Code Marketplace
2. Open the Command Palette (Ctrl/Cmd + Shift + P) and enter `Evidence: New Evidence Project`
3. Click `Start Evidence` in the bottom status bar
## Get Started using the CLI
```bash
npx degit evidence-dev/template my-project
cd my-project
npm install
npm run sources
npm run dev
```
Check out the docs for [alternative install methods](https://docs.evidence.dev/getting-started/install-evidence) including Docker, Github Codespaces, and alongside dbt.
## Learning More
- [Docs](https://docs.evidence.dev/)
- [Github](https://github.com/evidence-dev/evidence)
- [Slack Community](https://slack.evidence.dev/)
- [Evidence Home Page](https://www.evidence.dev)