Figure out how to pull in jobs info from Lever.co
kylegordy opened this issue · 2 comments
kylegordy commented
I need help pulling in job data from Lever.co so I can display it simular to Scribd.com.
The fields I need are:
- Top-level job category
- i.e. engineering or data science for filtering and post recommendations
- Job title
- Job link
- Job location
kylegordy commented
@rtyler I added a simple data file with Scribd's current job listings. This should work fine until we can figure out a better way to handle it.
This got me thinking, could we create a service that periodically updates this data file? That way we can keep the logic inside Jekyll and static.
rtyler commented
I think the static data file is fine for now, depending on some of my free time I can plug things in through JavaScript. I believe the snippets on the homepage will be sufficient for me to whip that up
