Skip to content

Code necessary to talk to the Procore API and export the data to be used in other systems

Notifications You must be signed in to change notification settings

Loizzus/ProcoreAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Introduction

This is a connector that connects to the Procore API, authenticates and pulls the required data. You will need to create an account here and get a ClientID and Client Secret.

Files

  • 1getChangeEvents.js
    • Gets all the Change Events and Timecards for every project and saves them to JSON files

How to run

This code is written for node.js. First you need to download and install to your server from here. Then you need to open a Command Prompt / Terminal window and install the dependancies using the following commands:

npm install open
npm install axios
npm install readline-sync

Then to run the program navigate to your file and enter the command:

node 1getChangeEvents.js

About

Code necessary to talk to the Procore API and export the data to be used in other systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published