The Intrinio Javascript SDK wraps all API endpoints into an easy-to-use set of classes, methods, and response objects.
To install the SDK use NPM:
npm install intrinio-sdk --save
Be sure to require the SDK in your code as follows:
var intrinioSDK = require('intrinio-sdk');View Javascript SDK on GitHub