Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 517 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 517 Bytes

Country State Updater

A node script for generating the JSON list of Countries/States in Novo-Elements from Bullhorn REST Calls.

Creates a file called Countries.ts that can be diffed with the file of the same name in Novo-Elements.

Usage

Open the file index.js and set the values of: restUrl and bhRestToken.

npm install
npm start

The file: Countries.ts will now exist in the main directory.