Skip to content

pgte/ipfs-iiif-db-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ipfs-iiif-db-demo

IPFS IIIF Demo

Apps

1. Mutator

  • 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:

2. Tracker

  • Tracks changes to all annotation lists in the 'iiif' partition
  • Lists the connected peers

URLs:

3. Auto Mutator

  • 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:

Source code

Source code for this is in the examples folder of ipfs-iiif-db.

Use without installing it

If you wish to access these demo apps without installing them locally, go to:

http://pgte.github.io/ipfs-iiif-db-demo/public/

Install

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

Start

$ npm start

Open http://127.0.0.1:54321.

You should now have links to all 3 apps: Tracker, Mutator and Auto-Mutator.

License

MIT

About

IPFS IIIF DB Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published