Socket
Book a DemoInstallSign in
Socket

short-url

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

short-url

google url shortener

0.0.1
latest
Source
npmnpm
Version published
Weekly downloads
85
-19.81%
Maintainers
1
Weekly downloads
 
Created
Source

short-url

url-shortening abstraction that uses google's url-shortener api

Usage

Shorten a url

var url = require('short-url');

url.shorten('http://www.google.com', function(err, url) {
  console.log(url); // http://goo.gl/fbsS
});

Expand a shortened url

url.get('http://goo.gl/fbsS', function(err, url) {
  console.log(url); // http://www.google.com
});

API

shorten(url, callback)

  • url expanded url
  • callback(err, url) callback containing shortened url

get(url, callback)

  • url shortened url
  • callbacker(err, url) callback containing expanded url

Keywords

google

FAQs

Package last updated on 18 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.