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.
- Node.js for command-line utility
- HelloSign API for dynamic templates and signature requests
These things are required before setting up the project.
- Git
- Ubuntu 18.04 or 20.04
- Node.js Read Guide
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.
- You are welcome to make issues and feature requests.
- In case you get stuck somewhere, feel free to contact me via Mail.