1.2.0 • Published 4 years ago

adf.ly v1.2.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

Adf.ly shortener

This module allows you to shorten your URLs using Adf.ly. Link and earn money!

Installation

npm install adf.ly

Usage

var adfly=require("adf.ly")("YOUR_USER_ID","YOUR_PUBLIC_API_KEY"); // You will find your API key in adf.ly Tools section.
// var adfly=require("adf.ly")(); still works but you won't earn money

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

4 years ago

1.1.0

8 years ago

1.0.0

9 years ago