cur.lv
v1.0.0
Published
Shorten your links using CoinURL.com and earn money
Downloads
3
Maintainers
Readme
cur.lv shortener (CoinURL.com)
This module allows you to shorten your URLs using CoinURL.com. Link and earn money!
Installation
npm install cur.lv
Usage
var cur=require("cur.lv")("YOUR_UUID"); // You will find your UUID in your profile
// var cur=require("cur.lv")(); still works but you won't earn money
cur.short("http://adrianarroyocalle.github.io",function(url){
console.log("Short URL is: "+url);
});