hubot-vanity-dribbble

A hubot script for battling it out via dribbble follower count.

Usage no npm install needed!

<script type="module">
  import hubotVanityDribbble from 'https://cdn.skypack.dev/hubot-vanity-dribbble';
</script>

README

Hubot: hubot-vanity-dribbble

A hubot script for battling it out via dribbble follower count.

See src/vanity-dribbble.coffee for full documentation.

Installation

Add hubot-vanity-dribbble to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-vanity-dribbble": ">= 0.0.0",
  "hubot-hipchat": "~2.5.1-5",
}

Add hubot-vanity-dribbble to your external-scripts.json:

["hubot-vanity-dribbble"]

Run npm install