vitusvet-shorturl
v1.0.4
Published
Vitusvet package for URL shortener with bit.ly
Downloads
2
Readme
VitusVet-ShortUrl
To use this package, simply run below command
npm install vitusvet-shorturl
Import this module to your project and add below lines of code:
const vvShortUrl = require('vitusvet-shorturl')
var shorturl = await vvShortUrl.shortURL('<YOUR__BITLY_ACCESS_KEY>', '<YOUR_URL>')