1.1.1 • Published 9 years ago

batora v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

node-batora

GETs data

Installation

$ npm install
$ gulp

Supported protocols

  • local files
  • HTTP
  • HTTPS
  • FTP
  • SFTP

Usage

var Batora = require('batora');
var href = 'https://mifitto.com/img/mifitto-logo.png';

Batora.get(href, function(err, fileBuffer) {
  // Handle error; Do whatever you want with your file buffer ...
});

Testing

$ gulp mocha
1.1.1

9 years ago

1.1.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago