smallurl

0.0.1-a • Public • Published

node-smallurl

Node.js library for SmallURL

Usage

var SmallURL = require("smallurl");

var shortener = new SmallURL();  // Accepts key as arg

shortener.shorten("http://google.com", function(err, url) {
	console.log(url);
});

Installation

To install, just use npm.

npm install smallurl

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.1-a4latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.1-a4

Package Sidebar

Install

npm i smallurl

Weekly Downloads

0

Version

0.0.1-a

License

none

Last publish

Collaborators

  • ablakely