1.4.10 • Published 11 years ago

duxca.wmurlshortener.js v1.4.10

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

WMURLShortener.js Build Status

npm

URL Shortener using goo.gl.

Document

How to use

Browser

<script src="lib/WMURLShortener.js"></script>
<script>
new WMURLShortener().shorten(longUrl, function(err, shortUrl){
  console.log(shortUrl);
});
</script>

WebWorkers

importScripts("lib/WMURLShortener.js");

new WMURLShortener().shorten(longUrl, function(err, shortUrl){
  console.log(shortUrl);
});

Node.js

var WMURLShortener = require("lib/duxca.wmurlshortener.js");

new WMURLShortener().shorten(longUrl, function(err, shortUrl){
  console.log(shortUrl);
});
1.4.10

11 years ago

1.4.9

11 years ago

1.4.8

11 years ago

1.4.7

11 years ago

1.4.6

11 years ago

1.4.5

11 years ago

1.4.4

11 years ago

1.4.3

11 years ago

1.4.2

11 years ago