1.0.0 • Published 9 years ago

cur.lv v1.0.0

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

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);
});