salimkayabasi / anglicize

anglicize your words - anglicize for bower

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

anglicize

Inspired from azer/anglicize. Converted a bower project

Install

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

npm

npm install anglicize --save

This shell command will fetch azer/anglicize

bower

bower install anglicize --save

Add a <script> to your index.html:

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

Then anglicize is ready:

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

About

anglicize your words - anglicize for bower


Languages

Language:JavaScript 100.0%