https://github.com/pirxpilot/enc36
Encode/decode array of Numbers into shorter String representation
https://github.com/pirxpilot/enc36
Last synced: 4 months ago
JSON representation
Encode/decode array of Numbers into shorter String representation
- Host: GitHub
- URL: https://github.com/pirxpilot/enc36
- Owner: pirxpilot
- Created: 2016-09-13T00:16:20.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-05-20T15:12:08.000Z (about 1 year ago)
- Last Synced: 2025-09-20T18:54:46.103Z (10 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
[![NPM version][npm-image]][npm-url]
[![Build Status][build-image]][build-url]
# enc36
Encode/decode array of Numbers into shorter String representation.
## Install
```sh
$ npm install --save enc36
```
## Usage
```js
import { encode, decode } from 'enc36';
encode(array_of_ll);
decode(encoded_string);
```
## License
MIT © [Damian Krzeminski](https://pirxpilot.me)
[npm-image]: https://img.shields.io/npm/v/enc36
[npm-url]: https://npmjs.org/package/enc36
[build-url]: https://github.com/pirxpilot/enc36/actions/workflows/check.yaml
[build-image]: https://img.shields.io/github/actions/workflow/status/pirxpilot/enc36/check.yaml?branch=main