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

https://github.com/eldoy/shortn

Shorten strings
https://github.com/eldoy/shortn

Last synced: about 1 month ago
JSON representation

Shorten strings

Awesome Lists containing this project

README

          

# Shortn

Shorten strings.

### Install

```
npm i shortn
```

### Usage

```js
const shortn = require('shortn')

// Shorten name
const name = shortn.name('Vidar Eldøy')

// name: V. Eldøy
```

MIT Licensed. Enjoy!