Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.1 KB

README.md

File metadata and controls

52 lines (29 loc) · 1.1 KB

g;ode.js

Convert gibberish caused by Thai user forgotting to change their keyboard layout.

Installation

not to be confuse with "gode" (go+node) package

via npm

$ npm install gode.js

or yarn

$ yarn add gode.js

Documentation

see here

Building Locally

1. Install Dependencies

$ npm install -g typescript or $ yarn global add typescript

2. Build JS from TypeScript source

$ tsc

Contributions

Contributions are more than welcome! Please see below for contribution types.

Issue reports

Issue tracker are available at our GitHub Issues.

Pull requests

We also accept PRs as a contribution. Please note that

  1. Your PRs should either have a significant improvements or a bug fix.
  2. Your PRs should be well-documented. Describe what you did and what benefits does it provide.

License

MIT License