Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.07 KB

node-turl

Sonar Sonar Sonar Sonar Sonar Sonar

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