1.0.3 • Published 10 years ago
pathfinder-ui v1.0.3
Pathfinder-UI
Pathfinder-UI is a tool that allows you to visualize and test the routes in an Express application.
Interactive Tree View

Table View

Installation
NPM install the module.
npm install pathfinder-ui --save-devUsage
Require the module in your app.
var pathfinderUI = require('pathfinder-ui')Put our pathfinder-ui routing where you keep your middleware.
app.use('/pathfinder', function(req, res, next){
pathfinderUI(app)
next()
}, pathfinderUI.router)pathfinderUI(app) grabs your express routes and passes the data into the pathfinder module.
You access the interface by going to localhost:PORT/pathfinder
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago
1.0.0
11 years ago
0.2.0
11 years ago
0.1.14
11 years ago
0.1.1391
11 years ago
0.1.139
11 years ago
0.1.137
11 years ago
0.1.136
11 years ago
0.1.135
11 years ago
0.1.134
11 years ago
0.1.133
11 years ago
0.1.132
11 years ago
0.1.131
11 years ago
0.1.12
11 years ago
0.1.1111311
11 years ago
0.1.111131
11 years ago
0.1.11113
11 years ago
0.1.11112
11 years ago
0.1.1111
11 years ago
0.1.111
11 years ago
0.0.111
11 years ago
0.0.11
11 years ago
0.0.1
11 years ago
0.0.0
11 years ago