bc.vc

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i bc.vc

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

1.42 kB

Total Files

4

Last publish

Collaborators

  • adrian.arroyocalle