You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 863B

remote-content Build Status Coverage Status

NPM

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