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

  • 0.1.14
  • 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.

Installation

  npm install pathfinder-ui --save

Usage

var pfUI = require('pathfinder-ui')

This line attaches the Pathfinder interface to your express app. Place it before your routes/routers/middlewares

app.use('yourCustomPath', pfUI.router)

This function grabs your express routes and passes the data to our angular app Place this line after all of your routes/routers/middlewares.

pfUI(app);

You access the interface by going to localhost:PORT/yourCustomPath

Tests

Contributing

Release History

Keywords

FAQs

Package last updated on 12 Jul 2015

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