stringonum

1.0.2 • Public • Published

StringOnum npm npm

Get unique number code equivalent to the string you provide. Length of this code will be 3X of the string's length.

Installation

npm i stringonum --save

Then...

import { enc } from 'stringonum';

const theCode = enc("your_string_here") // the code gets stored into the theCode Variable.

Expamle:

enc("soyokaze") -> 353343371343333311372321

Readme

Keywords

Package Sidebar

Install

npm i stringonum

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

3.32 kB

Total Files

4

Last publish

Collaborators

  • soyokaze