# gemini-fetch-cjs

> Load data from the Gemini protocol the way you would fetch from HTTP in JavaScript (in a non-user-hostile module format!)

Latest version **2.0.3** (published 2024-02-01) · AGPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install gemini-fetch-cjs
pnpm add gemini-fetch-cjs
yarn add gemini-fetch-cjs
bun add gemini-fetch-cjs
```

Provides the command `gemini-fetch-cjs`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.3 |
| Published | 2024-02-01 |
| First published | 2024-02-01 |
| Weekly downloads | 0 |
| License | AGPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 37.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Ed Fletcher |
| Maintainers | edfletcher |
| Keywords | gemini, protocol, fetch, get |

## Links

- npm: https://www.npmjs.com/package/gemini-fetch-cjs
- Repository: https://github.com/edfletcher/gemini-fetch
- Homepage: https://github.com/edfletcher/gemini-fetch#readme
- Issues: https://github.com/edfletcher/gemini-fetch/issues
- npm.io page: https://npm.io/package/gemini-fetch-cjs

## Dependencies (2)

- [make-fetch](https://npm.io/package/make-fetch.md) ^1.1.0
- [@derhuerst/gemini](https://npm.io/package/@derhuerst/gemini.md) ^1.3.0

## Alternatives

- [gamedig](https://npm.io/package/gamedig.md) — 29.3K weekly downloads
- [join-monster](https://npm.io/package/join-monster.md) — 12.8K weekly downloads
- [masked](https://npm.io/package/masked.md) — 5.5K weekly downloads
- [@comunica/actor-query-process-explain-logical](https://npm.io/package/@comunica/actor-query-process-explain-logical.md) — 4.7K weekly downloads
- [@veracity/vui](https://npm.io/package/@veracity/vui.md) — 4.6K weekly downloads

## Recent versions

- 2.0.3 (latest) — 2024-02-01
- 2.0.2 — 2024-02-01
- 2.0.1 — 2024-02-01

## README

# gemini-fetch-cjs
Load data from the Gemini protocol the way you would fetch from HTTP in JavaScript

## Usage

```
npm i gemini-fetch-cjs
```

```js
const fetch = require('gemini-fetch')({
  // Opts from https://github.com/derhuerst/gemini#api
  followRedirects: true,
  useClientCerts: false
})

const response = await fetch('gemini://gemini.circumlunar.space/')

console.log(await response.text())
```

## CLI

```
npm i gemini-fetch-cjs

npx gemini-fetch gemini://gemini.circumlunar.space/
```

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