remote-content
v4.0.0
Published
Get remote content.
Downloads
749,154
Maintainers
Readme
remote-content
Get remote content.
Install
Install with npm
npm install --save remote-content
Usage
var getRemoteContent = require('remote-content');
getRemoteContent(remotePath, function (err, contents) {
console.log(contents);
});
Credit
The code for this module was originally taken from the Juice library.
License
MIT