Skip to content

harshdoshi999/node-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

#About node-url-shortener help you to shorten your big URLs. Currently we support only is.gd because it does not need any kind of API key. You can shorten number of URLs without any limit without using any API keys.

Note: From 29th July, 2020 - We are trying to integrate another platform to balance load. You don't have to worry at all as there won't be any code change required and your previous URLs will keep working as it is. We'll keep you posted on further news.

Installation

Install via NPM

npm install node-url-shortener --save

Example

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

shortUrl.short('https://google.com', function(err, url){
    console.log(url);
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published