2.0.3 • Published 2 years ago

node-url-shortener v2.0.3

Weekly downloads
935
License
MIT
Repository
github
Last release
2 years ago

Note

Added encodeURIComponent in version >=2.0.2.

About

node-url-shortener help you to shorten your big URLs. Currently we support is.gd and cdpt.in because these platforms do not need any kind of API key. 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 node-url-shortener --save

Example

var shortUrl = require("node-url-shortener");

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

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

3 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

7 years ago

1.0.0

7 years ago