1.2.0 • Published 4 years ago

sh.st v1.2.0

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

sh.st shortener (Shorte.st)

This module allows you to shorten your URLs using Shorte.st. Link and earn money!

Installation

npm install sh.st

Usage

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

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

4 years ago

1.1.3

6 years ago

1.1.1

7 years ago

1.1.0

8 years ago

1.0.0

9 years ago