1.0.0 • Published 4 years ago

codestation.short v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

Soon

Support

For support, join our Discord support server.

Authors

  • CODE STATION:

License

MIT

shorten.url