Skip to content

Create Dynamic Sales Quotes using Node.js and HelloSign API.

License

Notifications You must be signed in to change notification settings

ravgeetdhillon/dynamic-sales-quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Dynamic Sales Quotes with HelloSign and Node.js

This repository serves as a code container for the tutorial I wrote on HelloSign's Blog.

Blog link will be updated once the article is published.

Features

  • Node.js for command-line utility
  • HelloSign API for dynamic templates and signature requests

Prerequisites

These things are required before setting up the project.

Getting Started

Follow these instructions to get the project up and running.

# Clone the repo
$ git clone https://github.com/ravgeetdhillon/dynamic-sales-quotes.git

# Change directory
$ cd dynamic-sales-quotes

# Install dependencies
$ npm install

# Run from command-line
$ node src/index.js --email=john@example.com

For detailed instructions, read the blog.

Tech Stack

Authors

Extra