A very basic codebase that will allow you to use Node.js to generate the API authorization header required to connect with the 321Forms Onboarding API.
You must be a subscribed member of 321Forms in order to obtain the username and secret key required to utilize the API. For more information about 321Forms, visit https://www.321forms.com
Complete documentation of the 321Forms API can be found at https://api.321forms.com
#download packages required for the project
npm install
#runs a file with sample input/output. Will output to your console
npm run-script example
#mocha unit testing
npm test