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

https://github.com/fuwn/jumble

🤪 Jumble your text!
https://github.com/fuwn/jumble

deno jumble typescript

Last synced: 3 months ago
JSON representation

🤪 Jumble your text!

Awesome Lists containing this project

README

        

Jumble


Jumble your text!

## Usage

The latest stable release of Jumble can be `import`ed from
[deno.land/x](https://deno.land/x) using https://deno.land/x/jumble/mod.ts, or,
you can `import` the latest bleeding-edge commit straight from GitHub using
https://raw.githubusercontent.com/Fuwn/jumble/main/mod.ts.

## Documentation

The latest documentation ([main](https://github.com/Fuwn/jumble/tree/main)) is
available
[here](https://doc.deno.land/https/raw.githubusercontent.com/Fuwn/jumble/main/mod.ts),
and the latest stable documentation is available
[here](https://doc.deno.land/https/deno.land/x/jumble/mod.ts).

## Example

To jumble your text, just use the `jumble` function!

```typescript
import { jumble } from "https://deno.land/x/jumble/mod.ts";

jumble("Hello, World!"); // A possible result is "Hlleo, Wrlod!"
```

## License

This project is licensed with the [GNU General Public License v3.0](LICENSE).