Skip to content

A minimal example using skdb in a browser

License

Notifications You must be signed in to change notification settings

ltratt/skdb_minimal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skdb_minimal

A minimal example using skdb in a browser

INSTALL

git clone https://github.com/SkipLabs/skdb_minimal.git
cd skdb_minimal
npm install --global http-server
npm i

RUN

open script.mjs, edit the line const b64key = ""; with the secret.

Then from the skdb_minimal directory run:

$ http-server

open your browser at https://localhost:8080

About

A minimal example using skdb in a browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.6%
  • HTML 26.4%