cur.lv

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i cur.lv

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • adrian.arroyocalle