url-amplifier

0.1.6 • Public • Published

Build Status Img Img2

A small library that expands a URL that has been shortened by a service such as bit.ly and follows only one redirect.

Installation

npm install url-amplifier

Usage

var amp = require('url-amplifier');
 
setTimeout(function(){
    amp('https://goo.gl/ihmH9Y'); // Output: nitintulswani.com
}, 1000);
 

Tests

npm test

Contributing

Add unit tests for any new or changed functionality

License

ISC

Dependencies (3)

Dev Dependencies (2)

Package Sidebar

Install

npm i url-amplifier

Weekly Downloads

0

Version

0.1.6

License

ISC

Last publish

Collaborators

  • nitin42