1
0
Fork 0
 
Go to file
Евгений Сугоняко fa705f981f feat: added README.md 2023-12-06 14:14:19 +03:00
utils feat: init v.0.0.1 2023-12-06 13:47:03 +03:00
.gitignore feat: init v.0.0.1 2023-12-06 13:47:03 +03:00
README.md feat: added README.md 2023-12-06 14:14:19 +03:00
app.js feat: init v.0.0.1 2023-12-06 13:47:03 +03:00
package.json feat: init v.0.0.1 2023-12-06 13:47:03 +03:00

README.md

Postman-to-PDF|HTML exporter (Node.js)

List of contents

Technologies used

Technology name Link
Node.js Website

List of libraries used

Library name Purpose Link
html-pdf for convert html to pdf Website

How to use

List of contents

Run application

  1. Run the command:
npm i

to set dependencies; 3. Do an export of the collection from Postman; 4. Specify values to variables in app.js; 5. Execute the command:

npm run start

to run the application.

Additionally

  1. Application replaces the Postman environment variable {{api_url}} - to the value of the apiRoute variable;
  2. It's important to have subscopes in the scopes and no scope requests if there's a sabscope;
  3. If there is a public, user or admin scope, it supplements the request tokens with an authorization token (mandatory or optional).