http://TinyURL.com URL Shortener Node.js Module
Example Shorten:
First run npm install TinyURL
to install the TinyURL package to your system.
var TinyURL = ; TinyURL; // Shorten with Alias Exampleconst data = 'url': 'https://google.com' 'alias': 'custom-alias-for-google' TinyURL; // Promise ExampleTinyURL // Shorten with Alias Promise Exampleconst data = 'url': 'https://google.com' 'alias': 'custom-alias-for-google' TinyURL // Resolve ExampleTinyURL;