Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuzak/owo
@Nepeta's iOS furry-speak transformation thing ported to a JS library
https://github.com/zuzak/owo
hacktoberfest owo
Last synced: 7 days ago
JSON representation
@Nepeta's iOS furry-speak transformation thing ported to a JS library
- Host: GitHub
- URL: https://github.com/zuzak/owo
- Owner: zuzak
- License: other
- Created: 2019-03-14T00:32:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T09:57:15.000Z (5 months ago)
- Last Synced: 2024-08-01T19:46:18.113Z (3 months ago)
- Topics: hacktoberfest, owo
- Language: JavaScript
- Homepage:
- Size: 313 KB
- Stars: 86
- Watchers: 2
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whats-this
> Huohhhh. fuwwy stwing twansfowmew ;3This is a port of the logic behind @Nepeta's cursed [OWO](https://github.com/Nepeta/OwO) into JavaScript.
This project has also, in turn, been ported into [Go](https://github.com/mnlwldr/owo), [Raku](https://github.com/kawaii/raku-acme-owo), [Python](https://github.com/piethrower/OwO) and [C#](https://github.com/pollux/owo).## Installation
![npm (scoped)](https://img.shields.io/npm/v/@zuzak/owo.svg)
```
npm i @zuzak/owo
```## Usage
```js
const owo = require('@zuzak/owo')console.log(owo('I have no mouth and I must scream'))
// HIIII! I haz nu mouth and I must scweam XDDDconsole.log(owo.translate('I have no mouth and I must scream'))
// I haz nu mouth and I must scweam
```