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)
Expand short URL
<script type="module">
import debashisbarmanLongurl from 'https://cdn.skypack.dev/@debashisbarman/longurl';
</script>
A simple URL expander for Node.js.
var longURL = require('@debashisbarman/longurl');
longURL('https://bit.ly/39zBvS5').then(url => console.log(url)).catch(console.log)