0.2.0 • Published 9 years ago

html-slicer v0.2.0

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

html-slicer

NPM version

If you have ever used Evernote web clipper, you must know how amazing it is. This small tool trys to implement parts of its functions.

Installation

This module is installed via npm:

$ npm install html-slicer

Example Usage

var htmlSlicer = require('html-slicer');
htmlSlicer({url: 'http://nodejs.org', selector: '#column1'},
  function(result) {
    console.log(result);
  });

What this tool basically does is it clip part(which selector specified) of an webpage, and returns the result as html with inline css.

Previou

before -->

before

after -->

after

0.2.0

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago