An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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]).