Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/salimkayabasi/anglicize

anglicize your words - anglicize for bower
https://github.com/salimkayabasi/anglicize

Last synced: 7 days ago
JSON representation

anglicize your words - anglicize for bower

Awesome Lists containing this project

README

        

anglicize
=========

Inspired from [azer/anglicize](https://github.com/azer/anglicize).
Converted a bower project

## Install

You can install this package either with `npm` or with `bower`.

### npm

```shell
npm install anglicize --save
```

This shell command will fetch `azer/anglicize`

### bower

```shell
bower install anglicize --save
```

Add a `` to your `index.html`:

```html
<script src="/bower_components/anglicize/dist/anglicize.js">
```

Then `anglicize` is ready:

```javascript
anglicize('ÂÇİĞÖŞÜÑ âçığöşüñ');
//=> ACIGOSUN acigosun
```