All GET requests sent to this simple express server will be forwarded to the CRM Online Web API using the request module. The server will automatically retrieve and refresh the necessary access token from the endpoint provided by the Azure Portal's Azure AD App Registration page.
Modify config.js
as needed. You'll need to register an app in Azure Portal to get some of these values.
# install modules
yarn
# start server
node index.js