linkvertise.js

Linkvertise URL Shortner API Wrapper!

Usage no npm install needed!

<script type="module">
  import linkvertiseJs from 'https://cdn.skypack.dev/linkvertise.js';
</script>

README

Linkvertise.js

Getting User ID

Example Usage

const link = require("linkvertise.js")
// Require the Package

let linkvertise = new link(userid)
// Link your User ID with the Full Script API

let shrink = linkvertise.shrink(url)
// Shrink the URL

console.log(shrink)
// Get the Shrinked URL

Notes

  • The Shortned Links won't be visible in your Linkvertise Dashboard