hubot-coffeepoll

1.1.3 • Public • Published

Hubot-coffeepoll

js-standard-style Build Status npm version

Hubot-coffeepoll is a Hubot plugin that helps your team to decide where to drink a coffee. The hubot will search for coffee shops nearby and show options to people in the chat vote.

Configuration

Foursquare

You need to register at Foursquare and set your credentials on this environment variables:

FOURSQUARE_CLIENT_ID = xxx
FOURSQUARE_CLIENT_SECRET = xxx

Install

Install the plugin:

npm install hubot-coffeepoll --save

And add it to your external-scripts.json file:

[
  ...
  "hubot-coffeepoll"
  ...
]

Usage

Configuring the place for next polls

hubot coffeepoll near <text>

Examples:

hubot coffeepoll near Champs-Elysées
hubot coffeepoll near my street

hubot coffeepoll radius <number>

Example:

hubot coffeepoll radius 500

Starting the poll

hubot coffeepoll start 

Voting

hubot coffeepoll vote <number>

Showing the partial results

hubot coffeepoll partial

Finishing the poll and announcing the winner

hubot coffeepoll finish

/hubot-coffeepoll/

    Package Sidebar

    Install

    npm i hubot-coffeepoll

    Weekly Downloads

    1

    Version

    1.1.3

    License

    MIT

    Last publish

    Collaborators

    • wallacyyy