https://github.com/ravgeetdhillon/dynamic-sales-quotes
Create Dynamic Sales Quotes using Node.js and HelloSign API.
https://github.com/ravgeetdhillon/dynamic-sales-quotes
automation blog dynamic-quotes dynamic-sales-quotes hellosign hellosign-api javascript node nodejs sales-automation sales-quotes tutorial
Last synced: 2 months ago
JSON representation
Create Dynamic Sales Quotes using Node.js and HelloSign API.
- Host: GitHub
- URL: https://github.com/ravgeetdhillon/dynamic-sales-quotes
- Owner: ravgeetdhillon
- License: mit
- Created: 2022-02-14T06:47:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T07:08:19.000Z (over 3 years ago)
- Last Synced: 2025-01-22T03:29:49.578Z (4 months ago)
- Topics: automation, blog, dynamic-quotes, dynamic-sales-quotes, hellosign, hellosign-api, javascript, node, nodejs, sales-automation, sales-quotes, tutorial
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/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](#todo).
> Blog link will be updated once the article is published.
## Features
- [x] Node.js for command-line utility
- [x] HelloSign API for dynamic templates and signature requests## Prerequisites
These things are required before setting up the project.
- Git
- Ubuntu 18.04 or 20.04
- Node.js [Read Guide](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04)## Getting Started
Follow these instructions to get the project up and running.
```bash
# 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 protected]
```> For detailed instructions, [read the blog](#todo).
## Tech Stack
* [Node.js](https://nodejs.org)
## Authors
- [Ravgeet Dhillon](https://github.com/ravgeetdhillon)
## Extra
- You are welcome to make [issues and feature requests](https://github.com/ravgeetdhillon/dynamic-sales-quotes/issues).
- In case you get stuck somewhere, feel free to contact me via [Mail](mailto:[email protected]).