UNPKG

auspice

Version:

Web app for visualizing pathogen evolution

79 lines (55 loc) 2.18 kB
# diacritics-map [![NPM version](https://img.shields.io/npm/v/diacritics-map.svg?style=flat)](https://www.npmjs.com/package/diacritics-map) [![NPM monthly downloads](https://img.shields.io/npm/dm/diacritics-map.svg?style=flat)](https://npmjs.org/package/diacritics-map) [![NPM total downloads](https://img.shields.io/npm/dt/diacritics-map.svg?style=flat)](https://npmjs.org/package/diacritics-map) > Map of more than 1,200 diacritics and ligatures to english alphabet equivalents. ## Install Install with [npm](https://www.npmjs.com/): ```sh $ npm install --save diacritics-map ``` ## Usage ```js var diacritics = require('diacritics-map'); console.log(diacritics); // { // ... // 'À': 'A', // 'Á': 'A', // 'Â': 'A', // 'Ã': 'A', // 'Ä': 'A', // 'Å': 'A', // 'Æ': 'AE', // 'Ç': 'C', // 'È': 'E', // 'É': 'E', // 'Ê': 'E', // 'Ë': 'E', // 'Ì': 'I', // 'Í': 'I', // 'Î': 'I', // (1,200+ more)... // } ``` ## About ### Contributing Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). Please read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards. ### Building docs _(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_ To generate the readme and API documentation with [verb](https://github.com/verbose/verb): ```sh $ npm install -g verb verb-generate-readme && verb ``` ### Running tests Install dev dependencies: ```sh $ npm install -d && npm test ``` ### Author **Jon Schlinkert** * [github/jonschlinkert](https://github.com/jonschlinkert) * [twitter/jonschlinkert](https://twitter.com/jonschlinkert) ### License Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). Released under the [MIT license](LICENSE). *** _This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.1, on January 15, 2017._