gatsby-source-homerun

1.0.4 • Public • Published

gatsby-source-homerun

Gatsby source plugin for building websites using Homerun.co as a data source.

Note that it only supports the job API resource.

Get your API key by contacting Homerun.co support (API still in beta).

Based on gatsby-source-lever

Install

yarn add gatsby-source-homerun

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: "gatsby-source-homerun",
    options: {
      apiKey: "...",
    },
  },
];

GraphQL Query to get all jobs

allHomerunJob {
  edges {
    node {
      id
      homerunId
      title
      createdAt
      activeTime {
        openedAt
        ...
      }
      applicationFormUrl
      jobUrl
      status
      tmpLocation
      tmpDepartment
      totalCandidateCount
      type
      seoContent {
        ...
      }
    }
  }
}

Wishlist

Package Sidebar

Install

npm i gatsby-source-homerun

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

20.1 kB

Total Files

10

Last publish

Collaborators

  • nikolaik