1.0.0 • Published 1 year ago

get-ipfs-gateway v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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();
1.0.0

1 year ago