Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

nvite/mnemo.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mnemo.js

A Javascript Implementation of Rufus::Mnemo (https://github.com/jmettraux/rufus-mnemo)

Installation

> npm i --save mnemo

Usage

> var mnemo = require('mnemo');
> mnemo.fromInteger(12345);
// => 'bineka'
> mnemo.toInteger('bineka');
// => 12345
> mnemo.isMnemoWord('bineka');
// => true

About

A Javascript Implementation of Rufus::Mnemo

Resources

License

Stars

Watchers

Forks

Packages

No packages published