Skip to content

Instantly share code, notes, and snippets.

View erdincay's full-sized avatar
:electron:
analyzing the core of reality

shakur erdincay

:electron:
analyzing the core of reality
View GitHub Profile
@erdincay
erdincay / convert-postman-to-insomnia.js
Created September 14, 2023 07:48 — forked from wesleyegberto/convert-postman-to-insomnia.js
Script to convert a Postman backupt to Insomnia
/**
* Script to parse a Postman backupt to Insomnia keeping the same structure.
*
* It parses:
* - Folders
* - Requests
* - Environments
*
* Notes: Insomnia doesn't accept vars with dots, if you are using you must replace yours URLs manually (see ENVIRONMENTS_EXPORTS).
*/