remote-content
v4.0.1
Published
Get remote content.
Downloads
684,113
Maintainers
Readme
remote-content
Get remote content.
Install
Install with npm
npm install --save remote-contentUsage
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

