Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitzl/piratize.js
A JavaScript package that allows to instantly convert most languages into the respective pirate speak.
https://github.com/bitzl/piratize.js
Last synced: 17 days ago
JSON representation
A JavaScript package that allows to instantly convert most languages into the respective pirate speak.
- Host: GitHub
- URL: https://github.com/bitzl/piratize.js
- Owner: bitzl
- License: apache-2.0
- Created: 2013-12-09T10:16:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-18T14:47:39.000Z (about 11 years ago)
- Last Synced: 2024-10-28T05:14:27.409Z (about 2 months ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
piratize.js
===========A JavaScript package that allows to instantly convert most languages into the respective pirate speak.
Usage
=====To convert arbitraty strings to piratespeak, use
```javascript
Piratize.piratize('Get on board.');
```which returns
```
Get on board, Arrhhhh.
```To piratize your whole document, you can use:
```javascript
Piratize.piratizeDocument();
```Contribute
==========Any cool ideas? Just send me your pull requests :-)
License
=======Licensed under the Apache License, Version 2.0 (the "License"), for details see LICENSE.