README
express-route-viewer
Gather express routes in an express app, forked from express-route-viewer.
Basic Example
getRoutes(app, function(routes) { // app is your express app object
//routes
});
Returns an array express routes in object format
<script type="module">
import expressRoutesViewer from 'https://cdn.skypack.dev/express-routes-viewer';
</script>
Gather express routes in an express app, forked from express-route-viewer.
getRoutes(app, function(routes) { // app is your express app object
//routes
});