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

Latest commit

 

History

History
35 lines (21 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.09 KB

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