An open API service indexing awesome lists of open source software.

https://github.com/indeedeng/sourcing-platform-nodejs-client-credentials

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.
https://github.com/indeedeng/sourcing-platform-nodejs-client-credentials

Last synced: about 1 year ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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`