Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/besoeasy/get-ipfs-gateway

Get IPFS Gateway
https://github.com/besoeasy/get-ipfs-gateway

gateway ipfs ipfs-gateway ipfs-web

Last synced: 19 days ago
JSON representation

Get IPFS Gateway

Awesome Lists containing this project

README

        

# ipfs-gateway

Get working IPFS Gateway

### Install

```
npm i besoeasy/get-ipfs-gateway
```

### Usage

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

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

test();
```