Giter VIP home page Giter VIP logo

baseiching's Introduction

Base易經

A base64-like encoding method but it uses hexagrams in I Ching.

How to Install

In node.js:

npm install baseiching

, then

var baseiching = require('basaeiching');

Or in browsers:

<script src="baseiching.js"></script>

How to Use

baseiching.encode(source, [compress]);

Convert string / array or bytes / array buffer into base易經 parameters:

  • source:string / array / array buffer, the source
  • compress:boolean, compressed output? returns:
  • string, converted base易經 data.
baseiching.decode(source, [tostring]);

Convert the base易經 back to string / array of bytes parameters:

  • source:string, the base易經 encoded data
  • tostring:boolean, should convert the result into string? returns:
  • string / array of bytes, raw data.
baseiching.setLang(lang);

Set the language varient parameters:

  • lang:string, which varient should be used? Possible values are 'cht' (Traditional Chinese), 'chs' (Simplified Chinese) and 'ja' (Japanese).

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.