bc.vc
v1.1.0
Published
Shorten your links using Bc.vc and earn money
Downloads
7
Maintainers
Readme
bc.vc shortener
This module allows you to shorten your URLs using bc.vc. Link and earn money!
Installation
npm install bc.vc
Usage
var bcvc=require("bc.vc")("YOUR_API_KEY","YOUR_UID_KEY"); // You will find your API key in Tools section.
// var bcvc=require("bc.vc")(); still works but you won't earn money
bcvc.short("http://adrianarroyocalle.github.io",function(url){
console.log("Short URL is: "+url);
});