0.2.2 • Published 12 years ago

nmon v0.2.2

Weekly downloads
23
License
-
Repository
github
Last release
12 years ago

Nmon

Fire events when the http header last-modified is changed for a file.

Build Status

Currently only http is supported

Usage

npm install nmon

var nmon = require( 'nmon' );
var mon = new nmon();

mon.create( 'http, {
	interval: 1000,
	name: 'potato',
	url: 'http://localhost:3000/file'
});

mon.on( 'potato', function( date ) {
	console.log( 'potato has been updated: %s', date );
});

mon.monitor();
0.2.2

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago

0.1.0

12 years ago