Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.