Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.
/ bubble_babble Public archive
forked from tylorr/bubble_babble

Bubble Babble encoder and decoder for Node.js

License

Notifications You must be signed in to change notification settings

KeeeX/bubble_babble

 
 

Repository files navigation

bubble_babble

Bubble Babble encoding for nodejs.

Initially forked from tylorr/bubble_babble to avoid the dependency on Buffer.

Notes: The package available on NPMJS named @keeex/bubble_babble was based on this repository but got more updates. This repository is now archived and will not receive anymore updates.

Install

The built package is not published on any repository; either install the original package, or install from github:

npm install https://github.com/KeeeX/bubble_babble.git

Usage

import {encode, decode} from "@keeex/bubble_babble";

const encoded = encode("Pineapple");
console.log(encoded); // "xigak-nyryk-humil-bosek-sonax"

const ascii = decode("xesef-disof-gytuf-katof-movif-baxux");
console.log(ascii); // "1234567890"

Typescript

This module includes type definition for usage with TypeScript

About

Bubble Babble encoder and decoder for Node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%