Skip to content

tylorr/bubble_babble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bubble_babble

Bubble Babble encoding for nodejs.

Install

npm install bubble_babble

Usage

var bubble = require('bubble_babble');

var encoded = bubble.encode('Pineapple');
console.log(encoded); // 'xigak-nyryk-humil-bosek-sonax'

var ascii = bubble.decode('xesef-disof-gytuf-katof-movif-baxux');
console.log(ascii); // '1234567890'

About

Bubble Babble encoder and decoder for Node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published