An open API service indexing awesome lists of open source software.

https://github.com/joekrump/bamboohr_script

A node script that can be used to get info from BambooHR
https://github.com/joekrump/bamboohr_script

bamboo bamboohr bamboohr-api bamboohr-script javascript node nodejs script

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:
```bash

# Get your API key from .bamboohr.com/settings/permissions
export BAMBOO_HR_API_KEY=""
export BAMBOO_HR_ORG=""
```
3. Make sure these changes are loaded in your environment by running `source ~/.bash_profile`
4. Run "./bamboo.js` in your terminal to view usage instructions.

## References

[BambooHR API Docs](https://documentation.bamboohr.com/docs)