1.0.3 • Published 9 years ago

pathfinder-ui v1.0.3

Weekly downloads
342
License
MIT
Repository
github
Last release
9 years ago

Pathfinder-UI

Pathfinder-UI is a tool that allows you to visualize and test the routes in an Express application.

Interactive Tree View

View Routes As Tree

Table View

View Routes As Table

Installation

NPM install the module.

  npm install pathfinder-ui --save-dev

Usage

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

9 years ago

1.0.2

9 years ago

1.0.1

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.2.0

10 years ago

0.1.14

10 years ago

0.1.1391

10 years ago

0.1.139

10 years ago

0.1.137

10 years ago

0.1.136

10 years ago

0.1.135

10 years ago

0.1.134

10 years ago

0.1.133

10 years ago

0.1.132

10 years ago

0.1.131

10 years ago

0.1.12

10 years ago

0.1.1111311

10 years ago

0.1.111131

10 years ago

0.1.11113

10 years ago

0.1.11112

10 years ago

0.1.1111

10 years ago

0.1.111

10 years ago

0.0.111

10 years ago

0.0.11

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago