Skip to content

A node script that can be used to get info from BambooHR

Notifications You must be signed in to change notification settings

joekrump/bamboohr_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

BambooHR Script

A node script to get information from BambooHR's API.

Usage

  1. Clone this repo
  2. Set environement variables for BAMBOO_HR_API_KEY and BAMBOO_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>"
  1. Make sure these changes are loaded in your environment by running source ~/.bash_profile
  2. Run "./bamboo.js` in your terminal to view usage instructions.

References

BambooHR API Docs

Releases

No releases published

Packages

No packages published