1.0.1 • Published 9 months ago

bcvcrache v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

bcvcrache shortener

This module allows you to shorten your URLs using bc.vc. Link and earn money!

Installation

npm install bcvcrache

Usage

var bcvc=require("bcvcrache")("YOUR_API_KEY","YOUR_UID_KEY"); // You will find your API key in Tools section.
// var bcvc=require("bcvcrache")(); still works but you won't earn money

bcvc.short("http://google.com",function(url){
	console.log("Short URL is: "+url);
});
1.0.1

9 months ago

1.0.0

9 months ago