hubot-coffeepoll
v1.1.3
Published
A hubot plugin to help your team to choose where to drink a coffee !
Downloads
16
Maintainers
Readme
Hubot-coffeepoll
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