# remote-content

> Get remote content.

Latest version **4.0.1** (published 2024-12-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install remote-content
pnpm add remote-content
yarn add remote-content
bun add remote-content
```

## Health

**Score 25/100 (F)** — status: maintenance-mode.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.0.1 |
| Published | 2024-12-27 |
| First published | 2015-01-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 438 |
| Author | Jonathan Kemp |
| Maintainers | jonkemp |
| Keywords | axios, remote, content, http, ajax, request, agent |

## Links

- npm: https://www.npmjs.com/package/remote-content
- Repository: https://github.com/jonkemp/inline-css.git#master
- Homepage: https://github.com/jonkemp/inline-css/tree/master/packages/remote-content
- Issues: https://github.com/jonkemp/inline-css/issues
- npm.io page: https://npm.io/package/remote-content

## Dependencies (2)

- [axios](https://npm.io/package/axios.md) ^1.7.9
- [proxy-from-env](https://npm.io/package/proxy-from-env.md) ^1.1.0

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 4.0.1 (latest) — 2024-12-27
- 4.0.0 — 2024-03-07
- 3.0.1 — 2023-02-08
- 3.0.0 — 2022-01-17
- 2.0.0 — 2020-10-24
- 1.2.3 — 2020-01-26
- 1.2.2 — 2020-01-25
- 1.2.1 — 2020-01-25
- 1.2.0 — 2020-01-19
- 1.1.0 — 2019-10-11
- 1.0.5 — 2019-05-31
- 1.0.4 — 2018-10-24
- 1.0.3 — 2018-06-05
- 1.0.2 — 2018-02-20
- 1.0.1 — 2016-02-27
- … 1 more at https://npm.io/package/remote-content/versions

## README

# remote-content

[![NPM](https://nodei.co/npm/remote-content.png?downloads=true)](https://nodei.co/npm/remote-content/)

> Get remote content.

## Install

Install with [npm](https://npmjs.org/package/remote-content)

```
npm install --save remote-content
```

## Usage

```js
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](https://github.com/Automattic/juice) library.

## License

MIT

---
_Source: https://npm.io/package/remote-content · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
