Experimental IPFS index for URL->CID, implemented using chunky-trees B-Tree implementation.
Run node main.js to start the api server on port 3000.
Run ava or yarn test to run the test suite. (The test suite currently must be run sequentially).
Experimental URL->CID index using b trees (chunky-trees from @mikeal)
JavaScriptMIT
Experimental IPFS index for URL->CID, implemented using chunky-trees B-Tree implementation.
Run node main.js to start the api server on port 3000.
Run ava or yarn test to run the test suite. (The test suite currently must be run sequentially).