@debashisbarman/longurl

Expand short URL

Usage no npm install needed!

<script type="module">
  import debashisbarmanLongurl from 'https://cdn.skypack.dev/@debashisbarman/longurl';
</script>

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)