This Node.js project allows you to convert a Postman JSON file to markdown format. It provides a user interface for easy conversion and also allows users to download the final markdown file or copy to clipboard. The application is deployed on Google Cloud Run for accessibility.
- Convert Postman JSON files to markdown.
- User-friendly web interface.
- Download the converted markdown file.
- Accessible via Google Cloud Run for online usage.
This application now supports all Postman JSON export versions.
We intend to add support for Postman JSON version 2.0 in the future. Stay tuned for updates!
Before you begin, ensure you have met the following requirements:
- Node.js installed on your system.
- Postman JSON file that you want to convert.
-
Clone this repository to your local machine:
git clone https://github.com/ntandoyenkosi1/postman-to-markdown.git
-
Navigate to the project directory:
cd postman-to-markdown
-
Install the project dependencies:
npm install
You can use this application both locally and online.
-
To run the application locally, start it with the following command:
npm start
-
Open your web browser and go to http://localhost:3001.
-
Use the user interface to upload your Postman JSON file and convert it to markdown.
-
After conversion, you can download the markdown file for your use.
If you prefer to use the application online, simply visit the deployed instance on Google Cloud Run at the following URL:
You can then use the web interface to upload your Postman JSON file and convert it to markdown. After conversion, you can download the markdown file for your use.
If you would like to contribute to this project, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix.
-
Make your changes and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.