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
});

Readme

Keywords

none

Package Sidebar

Install

npm i marty-devtools-observer

Weekly Downloads

3

Version

0.10.0

License

none

Last publish

Collaborators

  • jhollingworth