Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

jonkemp/remote-content

Repository files navigation

Moved

This module has moved and is now available at https://github.com/jonkemp/inline-css/tree/master/packages/remote-content. This repository is no longer maintained.

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