Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alincode/resolve-ipfs
https://github.com/alincode/resolve-ipfs
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alincode/resolve-ipfs
- Owner: alincode
- Created: 2019-01-31T01:21:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T13:58:01.000Z (over 4 years ago)
- Last Synced: 2024-12-06T12:33:26.090Z (29 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resolve ipfs
![Travis](https://img.shields.io/travis/alincode/resolve-ipfs.svg)
[![codecov](https://codecov.io/gh/alincode/resolve-ipfs/branch/master/graph/badge.svg)](https://codecov.io/gh/alincode/resolve-ipfs)![npm downloads](https://img.shields.io/npm/dt/resolve-ipfs.svg)
[![Dependency Status](https://img.shields.io/david/alincode/resolve-ipfs.svg?style=flat)](https://david-dm.org/alincode/resolve-ipfs)### Install
```sh
npm install resolve-ipfs
```### Usage
* parser
```js
const path = 'ipfs://QmTeW79w7QQ6Npa3b1d5tANreCDxF2iDaAPsDvW6KtLmfB/styles/jquery/jquery.min.js';
let content = await resolve.parser(path);
let content = await resolve.parser(path);
```## License
MIT © [alincode](https://github.com/alincode/resolve-ipfs)