1.1.0 • Published 6 years ago

unshort-url v1.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

unshort-url

A Node.js helper for getting full url from short ones.

Instalation

npm i -S unshort-url

And in the file where you will use it, just type:

const unshort = require('unshort-url');

unshort(<url>)
  .then((<full-url>) => console.log(<full-url>))

Tested with:

Ghipy short urls: http://gph.is/13K9ldQ

Google short urls: https://goo.gl/CQToH4

1.1.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago