IPFS IIIF Demo
- User can add or remove a random annotation from the annotation list (using the add and remove buttons).
- Tracks changes to the annotation list and prints the latest
- Lists the connected peers
URLs:
- local: http://localhost:54321/mutator/public/index.html
- remote: https://pgte.github.io/ipfs-iiif-db-demo/public/mutator/public/index.html
- Tracks changes to all annotation lists in the 'iiif' partition
- Lists the connected peers
URLs:
- local: http://localhost:54321/tracker/public/index.html
- remote: https://pgte.github.io/ipfs-iiif-db-demo/public/mutator/public/index.html
- Every 2 seconds, adds a random annotation from the annotation list.
- Tracks changes to the annotation list and prints the latest
- Lists the connected peers
URLs:
- local: http://localhost:54321/auto-mutator/public/index.html
- remote: https://pgte.github.io/ipfs-iiif-db-demo/public/auto-mutator/public/index.html
Source code for this is in the examples folder of ipfs-iiif-db.
If you wish to access these demo apps without installing them locally, go to:
http://pgte.github.io/ipfs-iiif-db-demo/public/
Clone using Git:
$ git clone https://github.com/pgte/ipfs-iiif-db-demo.git
CD into it and install dependencies:
$ cd ipfs-iiif-db-demo
$ npm install
$ npm start
Open http://127.0.0.1:54321.
You should now have links to all 3 apps: Tracker, Mutator and Auto-Mutator.
MIT