A simple module for CivOmega. See the CivOmega repo.
- CivOmega Demo: http://www.civomega.com/
- CivOmega Repo: https://github.com/CivOmega/civomega
This module queries the Department of Labor's APIs. When using this module (note: it's installed in CivOmega by default) you'll need to have an API key.
Once you have the API key, make sure you do this…
export DOL_API_KEY=$YOUR_KEY_HERE
…before running the CivOmega server (python manage.py runserver
).