Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

skyskraper

phriendlyinfo10MIT0.0.4

Module to scrape and reformat data from the Phish.net API into a more usable JSON format

readme

skyskraper

A module to scrape and reformat data from the Phish.net API into a more usable JSON format.

Obtainage

npm install skyskraper

Module Interface

bulkScrape(options, callback) → undefined

scrape(date, options, callback) → undefined

CLI Interface

sskr method [options]

sskr scrape -d 2013-10-31 -k 123 -o ~/Desktop/halloween-2013.json
sskr bulkScrape --from 2010-06 --to 2012-09 -k 123 -o ~/Desktop/halloween-2013.json

-k, --apikey            API key to be passed to the pnet client for the Phish.net API
-d, --date              The date to be used for the `scrape` method
--from                  The `from` date passed to npmjs.org/package/show-finder, for use
                        with the `bulkScrape` method
-o, --output            Output to a file instead of STDOUT
--to                    The `to` date passed to npmjs.org/package/show-finder, for use
                        with the `bulkScrape` method

--help                  Display this message and exit
--version               Display the current version and exit

LICENSE

MIT

changelog

0.0.4 / 2014-02-16

  • Correct date sorting implementation
  • Added version option to CLI

0.0.3 / 2014-02-16

  • Correct bin name, mistakenly called it pnet.

0.0.2 / 2014-02-16

  • Added readme and CLI help option

0.0.1 / 2014-02-16

  • Added bulkScrape
  • Got some tests around skyskraper
  • Updated cli for bulkScrape and changed the API to be sskr method [opts]
  • New dependencies (async, show-finder)
  • New dev dependencies (chai, mocha, sinon)

0.0.2-dev / 2014-01-31

  • Move meta attribute under pnet attribute

0.0.1-dev / 2014-01-27

  • Initial commit