Skip to content

tylorr/bubble_babble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 29, 2018
ab67ebe · Dec 29, 2018

History

16 Commits
Nov 1, 2017
Jan 23, 2014
Dec 29, 2018
Feb 23, 2014
Nov 1, 2017
Nov 2, 2017

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