auspice
Version:
Web app for visualizing pathogen evolution
79 lines (55 loc) • 2.18 kB
Markdown
> Map of more than 1,200 diacritics and ligatures to english alphabet equivalents.
Install with [npm](https://www.npmjs.com/):
```sh
$ npm install --save diacritics-map
```
```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)...
// }
```
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.
_(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
```
Install dev dependencies:
```sh
$ npm install -d && npm test
```
**Jon Schlinkert**
* [github/jonschlinkert](https://github.com/jonschlinkert)
* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)
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._