1.1.4 • Published 8 years ago

vgd v1.1.4

Weekly downloads
27
License
MIT
Repository
github
Last release
8 years ago

NPM

V.gd Build Status

http://v.gd URL Shortener Node.js Module

Example Shorten:

First run npm install vgd to install the v.gd package to your system.

var vgd = require('vgd');

vgd.shorten('http://google.com', function(res) {
	console.log(res); //Returns a shorter version of http://google.com - http://v.gd/ddwyMm
});

vgd.custom('http://google.com', 'MyGoogleShortcut', function(res) {
	console.log(res); // If the custom URL of MyGoogleShortcut is actually available, it should return http://v.gd/MyGoogleShortcut
});

vgd.lookup('http://v.gd/ddwyMm', function(res) {
	console.log(res); //Returns a longer version of http://v.gd/ddwyMm - http://google.com
});

This Package Is Under The MIT License

1.1.4

8 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.2

9 years ago

1.0.0

9 years ago