shorten.short
v1.0.4
Published
Short your invite link with shorten.url
Downloads
3
Readme
Shorten Url
Short your invite link with shorten.url
Installation
Install shorten.url with npm
$ npm install shorten.url
Usage/Examples
javascipt:
const short = require('shorten.url');
(async () => {
const shorten = await short('google.com')
console.log(shorten)
})();
Typescript:
import short from 'shorten.url';
(async () => {
const shorten = await short('google.com')
console.log(shorten)
})();
Screenshots
Support
For support, join our Discord support server.
Authors
- CODE STATION:
License
https://i8.ae
The rights belong to them. https://i8.ae was used to do this package.