1.0.1 • Published 7 years ago

shink.in v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

shink.in shortener

This module allows you to shorten your URLs using Shink.in. Link and earn money!

Installation

npm install shink.in

Usage

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

sh.short("http://adrianarroyocalle.github.io",function(url){
	console.log("Short URL is: "+url);
},ADULT_MODE); // Adult mode can be false (default) or true
1.0.1

7 years ago

1.0.0

9 years ago