Skip to content

Instantly share code, notes, and snippets.

View CodeArtisT75's full-sized avatar
💭
Coding 😊

Moe Javanbakht CodeArtisT75

💭
Coding 😊
View GitHub Profile
@CodeArtisT75
CodeArtisT75 / convert-postman-to-insomnia.js
Created January 13, 2022 07:57 — 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).
*/