A small utility to convert Postman collections to Open API schema in one click. All the conversion happens on your browser itself hence your collection data is completely secure and no data is exchanged after page is loaded.
You can either load the collection from an exported JSON or directly use the collection URL.
🏠 Homepage
Option one: One-click deploy
Option two: Manual clone
- Clone this repo:
git clone https://github.com/DefCon-007/postman-to-openapi-online.git
- Use supported node version by
nvm use
- Navigate to the directory and run
npm install
- Run
npm run dev
- Make your changes