get-ipfs-gateway

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i get-ipfs-gateway

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

3.79 kB

Total Files

4

Last publish

Collaborators

  • besoeasy