2.0.3 • Published 3 months ago

gemini-fetch-cjs v2.0.3

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
3 months ago

gemini-fetch-cjs

Load data from the Gemini protocol the way you would fetch from HTTP in JavaScript

Usage

npm i gemini-fetch-cjs
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/
2.0.3

3 months ago

2.0.2

3 months ago

2.0.1

3 months ago