0.1.1 • Published 9 years ago

html-ui-hunter v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

#Html UI Hunter

A handy tool for collecting html ui fragments based on node.

var server = require('html-ui-hunter');
var path = require('path');

server.start(path.resolve('./public'), 3000, true);

Installation

$ npm install html-ui-hunter