This package has been deprecated

Author message:

Use something else. Not maintained anymore

batora

1.1.1 • Public • Published

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

Dependencies (5)

Dev Dependencies (8)

Package Sidebar

Install

npm i batora

Weekly Downloads

1

Version

1.1.1

License

MIT

Last publish

Collaborators

  • dominiklessel