0.1.1 • Published 6 years ago

@linagora/char-api v0.1.1

Weekly downloads
5
License
-
Repository
-
Last release
6 years ago

charAPI

This repository provides a javascript lib to convert ascii character to alphabet a-z upper case.

Documentation

Example: charAPI.getAsciiUpperCase('é') = 'E'

Installing

You can install charAPI.js via npm, if you would like to use it in node:

npm install @linagora/char-api.js

Alternatively, it is also available via bower for front-end development:

bower install esn-char-api.js

How to contribute

  1. clone the repository

    git clone https://ci.linagora.com/linagora/lgs/openpaas/char-api.git
  2. Code, execute tests then pull request !

License