1.0.0 • Published 2 years ago

get-ipfs-gateway v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago