Convert your Postman documentation in a github´s readme.md ready format

Overview

Postman 2 Markdown Converter

For that only time you need to convert your Postman documentation in a github´s readme ready format!

Features & Problems

It saves you a lot of work by searching multilevel json documents and giving them an almost immpecable markdown format. It still not recognize json codeblocks and might need a bunch og new lines added manually but is still a lot less work for you to export your Postman documentation to Github. I really hope it works for you and if you want you can send a pull request. At this moment it get to (myJson.item[i].item[j].item[h].request.header[key].value) level down the postman json object so it can do a lot of work for you.

How to Use

0 - Put your Postman documentation file in the /demo folder (might be postman-collection.json) and rename it to docs.json, (topLeft img)

1 - Start convertidor.html maybe with vscode extension LiveServer. Now your html will show the content of docs.json in plaintext but with markdown format (topRight img)

2 - copy/paste html content inside a readme.md file (bottomLeft img) and upload it to your github project (bottomRight img). wuuuzaaaa!!!

3 - celebrate & buy me a coffe! https://mpago.la/1fUb8kA (if a monetary contribution sounds like too much, consider subcribe to my youtube channel https://www.youtube.com/OctarineCode)

Funciones y Problemas

No hay forma de exportar tu documentacion de Postman a Github directamente (o sea, si, pero no formateada) y de ahi que le dedique el tiempo a esto. Va a muchos niveles dentro del json ahorando mucho trabajo pero aun asi los bloques de codigo le cuesta identificarlos y al resto del texto generado le hace falta meter muchas lineas nuevas a mano, pero de nuevo, ahorra mucho trabajo y espero sus colaboraciones para mejorar el codigo! Actualmente llega hasta este nivel de profundidad dentro del objeto json de postman (myJson.item[i].item[j].item[h].request.header[key].value), por lo que considero que te ahorrara mucho trabajo.

Como usar

0 - Pone tu archivo de Postman en la carpeta /demo y renombralo a docs.json (img arribaIzq)

1 - Levanta el archivo convertidor.html usando la extension de vscode LiveServer. Ahora ese html tendra todo el contenido del archivo json pero formateado como markdown. (img arribaDer)

2 - Copia el contenido del html adentro de un archivo nuevo que se llame readme.md (img abajoIzq), subilo al github de tu proyecto (img abajoDer)... y listo!

3 - manda un dinerillo https://mpago.la/1fUb8kA Si un aporte monetario parece excesivo, cosidera suscribirte a mi canal de youtube https://www.youtube.com/OctarineCode

You might also like...

Create, Customize and Commit your project's ReadMe in VS Code with an integrated extension

Create, Customize and Commit your project's ReadMe in VS Code with an integrated extension

VS Code Readme Editor 📝 A VS Code extension to create, customize and save your Readme without having to leave your project workspace. Built with Type

Dec 29, 2022

A simple editor allows you to easily add and customize all the sections you need for your profile's readme.

A simple editor allows you to easily add and customize all the sections you need for your profile's readme.

Create your Profile README using the best Templates tomper-readmify.herokuapp.com This is the frontend + backend of TomperReadmify build with MERN sta

Jan 2, 2023

Create beautiful and simple HTML pages from your Readme.md files

Create beautiful and simple HTML pages from your Readme.md files

🐠 Oranda Create beautiful and simple HTML pages from your Readme.md files 🛠 No config 👩‍💻 Code Highlighting 💯 Emoji Support ✨ Creates Static file

Oct 13, 2022

💅 A ready-to-go with a well-thought-out structure Electron app boilerplate with ReactJS, TypeScript, CSS / SASS modules, SWC, Eslint, Prettier, GitHub Action releases and more.

💅 A ready-to-go with a well-thought-out structure Electron app boilerplate with ReactJS, TypeScript, CSS / SASS modules, SWC, Eslint, Prettier, GitHub Action releases and more.

Electron App 💅  A ready-to-go with a well-thought-out structure Electron app boilerplate with ReactJS, TypeScript, CSS / SASS modules, SWC, Eslint, P

Dec 29, 2022

This is email scheduler made using MERN. This repo contains server code, client repo is linked in readme.

Email Scheduler Client This is an email scheduler server (client in different repository). It is made using node.js/express.js. Overview User can sign

Dec 3, 2022

This is an email scheduler made using MERN stack. This repo contains client, server side is linked in readme

Email Scheduler Client This is an email scheduler client (server in different repository). It is made using react. Overview User can sign-up/sign-in,

Dec 3, 2022

Trying to learn Svelte. Based off the official tutorial. Readme has notes!

Learning Svelte! A JavaScript library An open-source front end compiler Instead of using a virtual DOM, Svelte will directly update the DOM in an effi

Jul 5, 2022

All terminal commands in one place (you can Contribute to it by putting latest commands and adding Readme)

Terminal-Commands All basic terminal commands in one place Show some ❤ by some repositories You can contribute to this readme If you to contribute wit

Dec 15, 2022

This site compares your GitHub Profile to your friends, and analyses and tells your GitHub profile score too.

GitHub ⚔️ Duel Deployed at 🚀 : https://githubduel.vercel.app/ Compare your GitHub profiles with your friends It gives score to GitHub profile based o

Nov 21, 2022
Comments
  • Cant properly format codeblocks

    Cant properly format codeblocks

    Given some code like this: ```json {"some":"thing"}``

    it is expected to convert it like this

    json
    {"some":"thing"}
    

    but instead you get

    json
    {"some":"thing"} ```
    
    It needs to put a newline befor the last ``` 
    
    so it renders the following code properly. Now, you have to put those newlines by hand in order to prevent it of getting the next lines caught like its happening right now with this same sentence
    good first issue 
    opened by andresMRoblesistemas 0
Owner
Andres Bastias
Systems' Analyst. Learning Dart/Flutter as a trainee. Love to run in my freetime.
Andres Bastias
Showcase your skills on your Github readme or resumé with ease ✨

Showcase your skills on your GitHub or resumé with ease! Powered by Cloudflare Workers ⚡ Docs Example Specifying Icons Themed Icons Icons Per Line Cen

Thijs [Coding] 1.6k Dec 31, 2022
An npm package for demonstration purposes using TypeScript to build for both the ECMAScript Module format (i.e. ESM or ES Module) and CommonJS Module format. It can be used in Node.js and browser applications.

An npm package for demonstration purposes using TypeScript to build for both the ECMAScript Module format (i.e. ESM or ES Module) and CommonJS Module format. It can be used in Node.js and browser applications.

Snyk Labs 57 Dec 28, 2022
A Leaderscore app that send data to an API created from Postman and allow users to save names and scores in a table. Built with JavaScript

Leaderboard The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved tha

Anicet Murhula 11 May 16, 2022
Quikly scaffold a postman collection for a GraphQL API. Compatible with Insomnia.

GraphMan Quickly scaffold a postman collection for a GraphQL API. GraphMan CLI generates an complete collection from a GraphQL endpoint, containing on

Escape – GraphQL Security 144 Dec 28, 2022
A command-line tool to convert Project Zomboid map data into Deep Zoom format

pzmap2dzi pzmap2dzi is a command-line tool running on Windows to convert Project Zomboid map data into Deep Zoom format. Features Supports both python

Min Xiang 14 Dec 31, 2022
javascript library to convert a list of objects to a nested json output format, depending on the names in the list

formToNestedJson javascript "library" to convert a list of objects to a nested json output format, depending on the names in the list Basic usage Give

null 2 Aug 2, 2021
A tool to convert scw files from Supercell games to Collada (dae) format

SCW Tools This module is intended to convert .scw files from Supercell games to Collada (.dae) format. For a better understanding of SCW file structur

Jean-Baptiste Martin 3 Oct 11, 2022
A simple yet feature-rich counter that allows you to count the views of your Github README files and profile page

View Counter Purpose This is a simple yet feature-rich counter that allows you to count the views of your github README files and profile page. Featur

Toby Hagan 4 Nov 10, 2022
Welcome contributers❤️🎉. Just add your name, Github profile link and Linkedin link🔗 Look at Readme for more.📖

Hello Welcome Developers! Step - 1 Create a GitHub account, if you don't already have one. Step - 2 Register for Hacktoberfest: Navigate to the Hackto

Prineth Fernando 28 Oct 31, 2022
GPRM : GitHub Profile ReadMe Maker

?? Best Profile Generator, Create your perfect GitHub Profile ReadMe in the best possible way. Lots of features and tools included, all for free ! ??

Vishwa Gaurav 338 Jan 3, 2023