linkshrink.net

Shorten your links using LinkShrink.net and earn money

Usage no npm install needed!

<script type="module">
  import linkshrinkNet from 'https://cdn.skypack.dev/linkshrink.net';
</script>

README

LinkShrink.net shortener

This module allows you to shorten your URLs using LinkShrink.net. Link and earn money!

Installation

npm install linkshrink.net

Usage

var link=require("linkshrink.net")("YOUR_API_KEY"); // You will find your API key in Tools section.
// link bcvc=require("linkshrink.net")(); still works but you won't earn money

link.short("http://adrianarroyocalle.github.io",function(url){
    console.log("Short URL is: "+url);
});