A node script to get information from BambooHR's API.
- Clone this repo
- Set environement variables for
BAMBOO_HR_API_KEY
andBAMBOO_HR_ORG
Ex. In you .bash_profile
, add:
# Get your API key from <YOUR_ORG>.bamboohr.com/settings/permissions
export BAMBOO_HR_API_KEY="<YOUR_BAMBOO_HR_API_KEY>"
export BAMBOO_HR_ORG="<YOUR_ORG>"
- Make sure these changes are loaded in your environment by running
source ~/.bash_profile
- Run "./bamboo.js` in your terminal to view usage instructions.