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);
});

Readme

Keywords

none

Package Sidebar

Install

npm i tomato-url-short

Weekly Downloads

1

Version

3.4.3

License

ISC

Unpacked Size

2.21 kB

Total Files

4

Last publish

Collaborators

  • tomato186