sh.st
v1.2.0
Published
Shorten your links using Shorte.st and earn money
Downloads
16
Maintainers
Readme
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);
});