scribd/scribd.github.io

Figure out how to pull in jobs info from Lever.co

kylegordy opened this issue · 2 comments

I need help pulling in job data from Lever.co so I can display it simular to Scribd.com.

Screen Shot 2019-11-19 at 3 10 56 PM

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

@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.

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