This is a provider that looks at Salesforce and gets the location from Accounts
Run server:
npm install
npm start
Example API Query:
curl localhost:8080/Salesforce/FeatureServer/0/query
Tests:
npm test
Full documentation of the Salesforce api is provided here.