Skip to content

A NodeJS Express sample application that uses the Sourcing Platform API. It includes a candidate filter form to search for matching candidates. This app uses the client credentials (2-legged) OAuth grant type.

Notifications You must be signed in to change notification settings

indeedeng/sourcing-platform-nodejs-client-credentials

Repository files navigation

2-Legged OAuth: Calling the Indeed Sourcing Platform API (NodeJS)

This sample application illustrates how you can call the Indeed Sourcing Platform API to retrieve a list of job candidates. This sample is written using NodeJS.

Getting Started

Before you can run this sample app, you'll need to complete the following steps:

  1. Register you OAuth Client application at https://secure.indeed.com/account/apikeys
  2. Create a config.js file (based on the config.example.js file) that includes your Client ID, Client Secret, and Employer Id.
  3. Run the NodeJS app by executing the following command npm run

About

A NodeJS Express sample application that uses the Sourcing Platform API. It includes a candidate filter form to search for matching candidates. This app uses the client credentials (2-legged) OAuth grant type.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published