1.0.0 • Published 2 years ago

cdpt v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

#About cdpt URL Shortener help you to shorten your big URLs. You can shorten number of URLs without any limit without using any API keys.

For more, you can visit cdpt.in

Installation

Install via NPM

npm install cdpt --save

Example

var shortUrl = require("cdpt");

shortUrl.short("https://codeportal.in", function (err, url) {
    console.log(url);
});