pubiza

1.0.3 • Public • Published

Installation

npm install pubiza

Usage

var sh=require("pubiza")("YOUR_AUTH_TOKEN"); // You will find your keys in Tools -> API section.
// var sh=require("pubiza")(); still works but you won't earn money

sh.short("http://github.io",function(url){
	console.log("Short URL is: "+url);
});

Package Sidebar

Install

npm i pubiza

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

1.48 kB

Total Files

4

Last publish

Collaborators

  • nodercode