1.0.0 • Published 2 years ago

adult.xyz v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Adult.xyz shortener (Adfly variant)

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

Installation

npm install adult.xyz

Usage

var adultxyz=require("adult.xyz")("YOUR_USER_ID","YOUR_PUBLIC_API_KEY"); // You will find your API key in adult.xyz [Tools section](https://login.adult.xyz/publisher/tools#tools-api).
// var adultxyz=require("adult.xyz")(); still works but you won't earn money

adultxyz.short("https://lambdathebot.cf",function(url){
	console.log("Short URL is: "+url);
});