Get remote content.
npm install remote-content
> Get remote content.
Install with npm
```
npm install --save remote-content
`js
var getRemoteContent = require('remote-content');
getRemoteContent(remotePath, function (err, contents) {
console.log(contents);
});
``
The code for this module was originally taken from the Juice library.
MIT