bamboohr-jobs
v1.0.2
Published
Collects the current job listings from a company's BambooHR listing
Downloads
1
Maintainers
Readme
BambooHR-Jobs
const bamboohr = require("bamboohr-jobs");
bamboohr.getBambooHRJobs("https://celsius.bamboohr.com/jobs/").then(function(res, rej) {
if(res)
console.log(res);
else
console.log(rej);
});