shootit

0.1.3 • Public • Published

shoot-it

A light wrapper around phantomjs

Dependencies

  • ensure phantomjs is in your path

install

npm install shootit

How To Use

require('shootit')('http://google.com', function(e, d) {
  //e == error
  //d.fileBuffer == file buffer
  //d.path == file path
});

Readme

Keywords

none

Package Sidebar

Install

npm i shootit

Weekly Downloads

1

Version

0.1.3

License

ISC

Last publish

Collaborators

  • samccone