pagecapture

0.0.1 • Public • Published

Pagecapture - A node module that captures html, plain text, or a screenshot of a website Build Status

Pagecapture will "capture" the contents of one or more URL to a screenshot, html file, or plain text file using PhantomJS. The format of the screenshot can be anything supported by Phantom, such as PNG, GIF, JPG, or PDF.

Pagecapture is a Node.js based library that can be used as a module within another application.

Install

To install pagecapture first install node.js, NPM, and PhantomJS. From the command line, use NPM to install pagecapture

npm install pagecapture

Usage

Capture Parameters

Credits

This node module is a derivative work of Mike Moulton's (mike@meltmedia.com) "capture" node.js module

The MIT License

Copyright (c) Anthony De Moss

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Readme

Keywords

none

Package Sidebar

Install

npm i pagecapture

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • ademoss