marty-devtools-observer

0.10.0 • Public • Published

#Marty DevTools Observer

Listens to Marty and will emit any changes to a Marty DevTools server.

var Marty = require('marty');
var observe = require('marty-devtools-observer');

observe(Marty, {
    port: 5858, //default,
    serializers: [], //default
    url: 'http://localhost:7070' //default
});

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i marty-devtools-observer

    Weekly Downloads

    1

    Version

    0.10.0

    License

    none

    Last publish

    Collaborators

    • jhollingworth