turl

1.1.2 • Public • Published

node-turl

http://tinyurl.com URL Shortener Node.js Module

Usage

const turl = require('turl');

turl.shorten('http://google.com').then((res) => {
  console.log(res);
}).catch((err) => {
  console.log(err);
});

Package Sidebar

Install

npm i turl

Weekly Downloads

865

Version

1.1.2

License

MIT

Unpacked Size

5.62 kB

Total Files

7

Last publish

Collaborators

  • jkernech