https://github.com/eldoy/shortn
Shorten strings
https://github.com/eldoy/shortn
Last synced: about 1 month ago
JSON representation
Shorten strings
- Host: GitHub
- URL: https://github.com/eldoy/shortn
- Owner: eldoy
- License: mit
- Created: 2022-03-03T10:58:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T10:59:06.000Z (over 4 years ago)
- Last Synced: 2025-02-13T00:39:41.388Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!