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

falcor-postman

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

falcor-postman

A graphical interactive in-browser Falcor queries validator IDE.

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

falcor-postman

A graphical interactive in-browser Falcor queries validator IDE.

Usage

Npm install using the following command:

npm install --save falcor-postman

And use it inside your Express app:

const falcorPostman = require('falcor-postman');

const app = express();

const options = { middlewarePath: '/falcor-postman', falcorModelPath: '/model.json', app };

app.use(falcorPostman(options));

Where options is an object with the following properties:

name|type|description|default ---|---|---|---|--- middlewarePath|string|Optional: path used to serve the falcor-postman app|'/falcor-postman'| falcorModelPath|string|Optional: falcor model path|'/model.json'| app|object|The instance of your Express.js app|app

UI

falcor-postman UI

Query: [["metrosById", [201], ["name"]]]

Example

Clone or download this GitHub repository then run the example app using the following npm commands:

npm install

npm run start

You should be able to open your browser and see the middleware running at the following URL: http://127.0.0.1:3000/falcor-postman

Keywords

FAQs

Package last updated on 09 Nov 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