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.
- Host: GitHub
- URL: https://github.com/indeedeng/sourcing-platform-nodejs-client-credentials
- Owner: indeedeng
- Created: 2021-03-03T17:18:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-18T21:02:13.000Z (over 3 years ago)
- Last Synced: 2025-05-07T23:40:07.975Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`