npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

shootit

0.1.3

@samccone

npmHomeRepoSnykSocket
Downloads:4
$ npm install shootit
DailyWeeklyMonthlyYearly

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