Generating documentation on the fly in express
I little while ago, I decided to generate docs for some HTTP APIs I was about to build. The APIs were going to be used internally, so I didn't want to commit to any of the online solutions, like API Blueprint, Apiary or Swagger. And setting up something from scratch would have been, … bit much. Also, I wanted the docs integrated within the code, avoiding any kind of context switch just to write documentation.
[Read More]