0.2.1 • Published 5 years ago

cidhookd v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

cidhookd Build Status npm.io

A server for easily pinning IPFS cids from ephemeral IPFS nodes (like on CI, local machine, etc).

Install

Install the server with npm install -g cidhookd.

Usage

Once installed the server can be run with the cidhookd command.

The docker image jchancehud/cidhookd can also be used.

API

cidhookd http servers have 2 endpoints:

  • /:cid - POST - Pins the supplied IPFS cid
  • /:cid - DELETE - Unpins the supplied IPFS cid

The cidhookd server runs a jsipfs node with requested content pinned.

CLI

The cidhook package can be used to interact with cidhookd servers.

License

MIT

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago