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
- Host: GitHub
- URL: https://github.com/joekrump/bamboohr_script
- Owner: joekrump
- Created: 2019-09-26T05:29:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T05:53:25.000Z (about 6 years ago)
- Last Synced: 2025-02-10T21:38:51.644Z (8 months ago)
- Topics: bamboo, bamboohr, bamboohr-api, bamboohr-script, javascript, node, nodejs, script
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)