2.1.4 • Published 6 years ago

@devinroche/jooob v2.1.4

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

@devinroche/jooob

quick way to get all jobs from lever and greenhouse based on a job

How to use it

jooob returns a Promise.

const jooob = require('@devinroche/jooob');

async function main(){
  const { data } = await jooob('robinhood') // only accepts strings
}

Data will be formatted as such

{
  ok: true,
  data: {
    companyName,
    lever: [{ location, team, posted, text, hostedUrl, applyUrl }],
    greenhouse: [{ title, posted, location, url }]
  }
}
2.1.4

6 years ago

2.1.2

6 years ago

2.1.3

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago