Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jirwin/ipfs-archive
Use IPFS to archive a url.
https://github.com/jirwin/ipfs-archive
archiving ipfs
Last synced: 2 months ago
JSON representation
Use IPFS to archive a url.
- Host: GitHub
- URL: https://github.com/jirwin/ipfs-archive
- Owner: jirwin
- License: apache-2.0
- Created: 2017-10-07T20:44:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T16:25:44.000Z (about 7 years ago)
- Last Synced: 2024-06-20T12:50:19.929Z (6 months ago)
- Topics: archiving, ipfs
- Language: JavaScript
- Homepage:
- Size: 13.4 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ipfs-archive
=============## Usage
Using `ipfs-archive` is simple. Simply run the following command:
```bash
$ ipfs-archive --url URL
```## Install
If you have go installed:
```bash
$ go install github.com/jirwin/ipfs-archive
```Or download a pre-built binary from the [releases](https://github.com/jirwin/ipfs-archive/releases).
## Author
[Justin Gallardo](https://github.com/jirwin)