'NodeJs UI type Auto documentation

I have a NodeJs API application repository. I want to get a Documentation for the repository automatically. for example: If run npm documentation, then I should get a list of all routes of my API with expected parameters and results in a UI form. Not like the postman tool. Are there any online NPM packages/Tools for my requirement?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source