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

Readme

Keywords

none

Package Sidebar

Install

npm i smallurl

Weekly Downloads

1

Version

0.0.1-a

License

none

Last publish

Collaborators

  • ablakely