1.1.3 • Published 9 years ago

hubot-googl v1.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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
1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

10 years ago