starting documentation etc. refinements piece by piece

This commit is contained in:
Mark Nadal 2021-08-21 23:26:37 -07:00
parent 8e4128b474
commit 6336cc66ae
4 changed files with 6 additions and 5 deletions

View File

@ -1,9 +1,9 @@
<p id="readme"><a href="https://gun.eco/"><img width="40%" src="https://cldup.com/TEy9yGh45l.svg"/></a><img width="50%" align="right" vspace="25" src="https://gun.eco/see/demo.gif"/></p>
[![](https://data.jsdelivr.com/v1/package/npm/gun/badge?style=rounded)](https://www.jsdelivr.com/package/npm/gun)
[![Travis](https://img.shields.io/travis/amark/gun/master.svg)](https://travis-ci.org/amark/gun)
![Build](https://github.com/amark/gun/actions/workflows/ci.yml/badge.svg)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Famark%2Fgun.svg?size=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Famark%2Fgun?ref=badge_shield)
[![Gitter](https://img.shields.io/gitter/room/amark/gun.js.svg)](https://gitter.im/amark/gun)
[![Gitter](https://img.shields.io/gitter/room/amark/gun.js.svg)](http://chat.gun.eco)
**GUN** is an _ecosystem_ of tools that let you build [community run](https://www.nbcnews.com/tech/tech-news/these-technologists-think-internet-broken-so-they-re-building-another-n1030136) and [encrypted applications](https://gun.eco/docs/Cartoon-Cryptography).

View File

@ -22,8 +22,7 @@
<script src="../../../gun/sea.js"></script>
<script>
//var gun = Gun('http://localhost:8765/gun');
var gun = Gun(); //Gun(['http://localhost:8765/gun', 'https://guntest.herokuapp.com/gun']);
var gun = gun = GUN(location.origin + '/gun');
var user = gun.user().recall({sessionStorage: true});
$('#up').on('click', function(e){

View File

@ -158,6 +158,7 @@ var names = ["Adalard","Adora","Aia","Albertina","Alfie","Allyn","Amabil","Ammam
var rad = Radisk(opt), esc = String.fromCharCode(27);
describe('Radisk', function(){
this.timeout(1000 * 9);
/*it('parse', function(done){
this.timeout(60000);
@ -319,7 +320,7 @@ var names = ["Adalard","Adora","Aia","Albertina","Alfie","Allyn","Amabil","Ammam
var ntmp = names;
describe('RAD + GUN', function(){
this.timeout(1000 * 5);
this.timeout(1000 * 9);
var ochunk = 1000;
Gun.on('opt', function(root){
root.opt.localStorage = false;

View File

@ -33,6 +33,7 @@ var SEA = Gun.SEA
if(!SEA){ return }
describe('SEA', function(){
this.timeout(1000 * 9);
var user;
var gun;
var pub;