# char-api **Repository Path**: mirrors_linagora/char-api ## Basic Information - **Project Name**: char-api - **Description**: [ARCHIVED] - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Archived](https://img.shields.io/badge/Current_Status-archived-blue?style=flat) # 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](https://www.npmjs.com/), if you would like to use it in node: ``` npm install @linagora/char-api.js ``` Alternatively, it is also available via [bower](http://bower.io/) 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 3. Code, execute tests then pull request ! ## License