Skip to content

A HelloSign API integration built in NodeJS that demonstrates embedded capabilities.

Notifications You must be signed in to change notification settings

alexmac05/nodejs-demo

Repository files navigation

nodejs-demo

API Demo for Hellosign written in NodeJS.

Install

  1. Create a Heroku account
  2. Create a mongodb account on mlab
  3. Create a database
  4. Create a user for the database (edited)
  5. Create a heroku app
  6. Add the following environment variables :
  7. MONGO_USER - username for user created in mlab
  8. MONGO_PASS - password for user
  9. MONGO_HOST - this is everything after the @ symbol in the host address provided in mlab. For example, if the URL is, mongodb://<dbuser>:<dbpassword>@ds157723.mlab.com:57723/hellosign, MONGO_HOST would be ds157723.mlab.com:57723/hellosign
  10. HELLO_KEY Hellosign API key
  11. HELLO_ID Hellosign API app client ID
  12. Deploy app
  13. Set the callback URL to the Heroku app in the Hellosign API app settings

About

A HelloSign API integration built in NodeJS that demonstrates embedded capabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published