mephisto

0.0.1 • Public • Published

Mephisto

Return a request handler from an API schema.

Install

$ git clone https://github.com/jclem/mephisto
cd mephisto
$ npm install

Use

var mephisto = require('mephisto'),
    http     = require('http'),
    schema   = require('./schema'),
    handler  = mephisto(schema);
 
http.createServer(handler);

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i mephisto

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • jclem