codestation.short
v1.0.0
Published
Short your invite link with shorten.url
Readme
Shorten Url
Short your invite link with shorten.url
Installation
Install shorten.url with npm
$ npm install shorten.urlUsage/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:
