1.0.4 • Published 3 years ago

shorten.short v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

https://i8.ae

The rights belong to them. https://i8.ae was used to do this package.

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago