spadeio

0.0.1 • Public • Published

Spade

This is the Node.js driver for Spade

See more at the docs: docs.spade.io

Installation

Add this line to your application's package.json:

"spadeio": "*"

And then execute:

$ npm install

Or install it yourself as:

$ npm install spadeio

Usage

Here's how to quickly scrape a url with the Node.js client:

  Spade = require("spadeio");
  spade = new Spade({key: 'your-key'});
  spade.scrape(URI, function(err, res){
    console.log(res);
  })

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Copyright

Copyright (c) 2013 Dotan Nahum @jondot. See MIT-LICENSE for further details.

Readme

Keywords

none

Package Sidebar

Install

npm i spadeio

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • jondot