New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

get-ipfs-gateway

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

get-ipfs-gateway

Get working IPFS Gateway

unpublished
latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

ipfs-gateway

Get working IPFS Gateway

Install

npm i get-ipfs-gateway

Usage

const { getGateway } = require('get-ipfs-gateway');

async function test() {
	const gateways = await getGateway();
	console.log(gateways);
}

test();

FAQs

Package last updated on 22 Apr 2023

Related posts