Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/besoeasy/get-ipfs-gateway
- Owner: besoeasy
- Created: 2023-04-22T19:25:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T10:34:22.000Z (6 months ago)
- Last Synced: 2024-08-22T10:12:35.098Z (4 months ago)
- Topics: gateway, ipfs, ipfs-gateway, ipfs-web
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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();
```