The T-Shirt Quote API is a simple service that communicates with BotConversa to generate quotes for personalized t-shirts you sell. This script can calculate the price of personalized shirts with silk-screen, based on a particular cost structure.
To get started, follow these steps:
-
Clone the repository:
git clone https://github.com/douglasmnegri/api-botconversa.git cd ./api-botconversa -
Install dependencies:
npm install
-
Set up the BotConversa communication:
- Configure the URL Request on BotConversa.
- Map the JSON fields required for the quotation in the script.
To use the API, start the server:
npm start