1.1.4 • Published 9 years ago

vgd v1.1.4

Weekly downloads
27
License
MIT
Repository
github
Last release
9 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

9 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.2

10 years ago

1.0.0

10 years ago