1.0.6 • Published 8 years ago

ggggg v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

ggggg

Ok, but really.

Result of a boring day and a reddit challenge.

Install

npm install ggggg

Usage

var ggggg = require('ggggg');
ggggg.encode("Some kind of string!").then(function(encoded){
    console.log(encoded);
    ggggg.decode(encoded).then(function(decoded){
        console.log(decoded);
    });
});

There's also a shorthand function for reading from a file.

ggggg.decodeFile('encoded.ggg').then(function(decoded){
    console.log(decoded);
});
1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago