tomato-url-short

3.4.3 • Public • Published

tomato-url-short

NPM First run npm i tomato-url-short

var TmSh = require('tomato-url-short');

TmSh.shorten('http://google.com', function(res, err) {
  if (err)
    console.log(err)
	console.log(res);
});

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i tomato-url-short

    Weekly Downloads

    2

    Version

    3.4.3

    License

    ISC

    Unpacked Size

    2.21 kB

    Total Files

    4

    Last publish

    Collaborators

    • tomato186