@debashisbarman/longurl
v1.0.1
Published
Expand short URL
Downloads
1
Readme
@debashisbarman/longurl
A simple URL expander for Node.js.
Usage
var longURL = require('@debashisbarman/longurl');
longURL('https://bit.ly/39zBvS5').then(url => console.log(url)).catch(console.log)