Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hubot-googl

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-googl

A Hubot script for generating short goo.gl URLs with public click analytics.

  • 1.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

hubot-googl

Build Status devDependency Status

A Hubot script for generating short goo.gl URLs with public click analytics.

See src/googl.coffee for full documentation.

Installation via NPM

  1. Install the hubot-googl module as a Hubot dependency by running:

    npm install --save hubot-googl
    
  2. Enable the module by adding the hubot-googl entry to your external-scripts.json file:

    [
        "hubot-googl"
    ]
    
  3. Run your bot and see below for available config / commands

Configuration

VariableDefaultDescription
GOOGLE_API_KEYN/AA unique developer API key is required to use Google's URL Shortener API

Commands

CommandListener IDDescription
hubot shorten urlgoogl.shortenCreates a new short URL with url

Sample Interaction

user1>> hubot shorten http://docs.gl/
hubot>> user1: http://goo.gl/b2ddNc

Keywords

FAQs

Package last updated on 27 Aug 2015

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc