mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
starting documentation etc. refinements piece by piece
This commit is contained in:
parent
8e4128b474
commit
6336cc66ae
@ -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://www.jsdelivr.com/package/npm/gun)
|
||||
[](https://travis-ci.org/amark/gun)
|
||||

|
||||
[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Famark%2Fgun?ref=badge_shield)
|
||||
[](https://gitter.im/amark/gun)
|
||||
[](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).
|
||||
|
||||
|
@ -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){
|
||||
|
@ -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;
|
||||
|
@ -33,6 +33,7 @@ var SEA = Gun.SEA
|
||||
if(!SEA){ return }
|
||||
|
||||
describe('SEA', function(){
|
||||
this.timeout(1000 * 9);
|
||||
var user;
|
||||
var gun;
|
||||
var pub;
|
||||
|
Loading…
x
Reference in New Issue
Block a user