UNPKG

vitusvet-shorturl

Version:

Vitusvet package for URL shortener with bit.ly

11 lines (6 loc) 311 B
# 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>')`