Socket
Book a DemoInstallSign in
Socket

shootit

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shootit

lightweight phantomjs wrapper

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

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
});

FAQs

Package last updated on 05 Feb 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts