Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/salimkayabasi/anglicize
- Owner: salimkayabasi
- Created: 2013-06-24T20:43:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T07:34:25.000Z (over 2 years ago)
- Last Synced: 2024-10-10T15:22:30.320Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```