1.1.0 • Published 4 years ago

bc.vc v1.1.0

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

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