Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pathfinder-ui

Package Overview
Dependencies
Maintainers
5
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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](https://s3.amazonaws.com/poly-screenshots.angel.co/Project/4b/154634/8a313313182b2bab4b0e00f483f647b7-orig

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
136
increased by7.09%
Maintainers
5
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 26 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc