0.1.9 • Published 9 years ago

ipfs-web-app v0.1.9

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

ipfs-web-app tool

Ipfs web apps are html5 web pages with ipfs api access.

example app

in /examples/home you will find the 'node info' simple example app. To test this, you will need a ipfs daemon running in unrestricted mode.

$ ipfs daemon --unrestricted-api

IPFS Web apps also depend on browserify, and this example also needs less to compile its stylesheets.

$ sudo npm install -g less browserify ipfs-web-app
$ cd examples/home
$ npm install
$ ipfs-web-app run

This will open a browser with your node info showing.

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago