transformer.base32-to-ascii

0.0.2 • Public • Published

transformer.base32-to-ascii

Transformer conversion: base32 to ascii

This module is a transformer conversion, published on npm. Read more about transformer at:

Usage

Use this module through transformer.

Commandline

> echo 'c9jpaw10c9qpyw0' | transform base32 ascii
'beep boop'

Javascript

var transformer = require('dat-transformer');
var tBase32ToAscii = transformer('base32', 'ascii');
tBase32ToAscii('c9jpaw10c9qpyw0'); // 'beep boop'

/transformer.base32-to-ascii/

    Package Sidebar

    Install

    npm i transformer.base32-to-ascii

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • jbenet