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

https://github.com/rreubenreyes/turducken

gobble gobble
https://github.com/rreubenreyes/turducken

chicken duck turducken turkey

Last synced: 3 months ago
JSON representation

gobble gobble

Awesome Lists containing this project

README

          

# turducken 🦃🦆🐓

The future of letter casing.

## Usage

```bash
npm i turducken
```

CommonJS:

```js
const turducken = require("turducken");

console.log(turducken.turducken(["turkey", "duck", "chicken"])) // "turducken"
```

ESM:

```js
import turducken from "turducken";

console.log(turducken.turducken(["turkey", "duck", "chicken"])) // "turducken"
```