From f0875f35522c70378ca60979a59c009fef1c9b59 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Thu, 7 Jan 2016 18:36:40 +0100 Subject: [PATCH] Add HasteIPFS My small, fully static, IPFS based, code viewer. // For now, upload will be there. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13970bf..0970630 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ place to ask about it might be in [ipfs/apps](https://github.com/ipfs/apps) or ### Single page Webapps -These are narrowly-scoped, little JS "apps" deployed through IPFS. All of these are currently written by @jbenet. +These are narrowly-scoped, little JS "apps" deployed through IPFS. - [a markdown renderer](https://github.com/ipfs/examples/tree/master/webapps/markdown-viewer) - [example]( https://ipfs.io/ipfs/QmSrCRJmzE4zE1nAfWPbzVfanKQNBhp7ZWmMnEdbiLvYNh/mdown#/ipfs/QmfQ75DjAxYzxMP2hdm6o4wFwZS5t7uorEZ2pX9AKXEg2u @@ -49,6 +49,7 @@ These are narrowly-scoped, little JS "apps" deployed through IPFS. All of these - [a qr-code renderer](https://github.com/ipfs/examples/tree/master/webapps/qr-render) - [example]( https://ipfs.io/ipfs/QmccqhJg5wm5kNjAP4k4HrYxoqaXUGNuotDUqfvYBx8jrR/qr#enter%20text%20here ) +- [hasteIPFS](http://bin.kubuxu.ovh) - IPFS based code bin. (Read only for now) ## Tools