1.0.0 • Published 9 years ago

hubot-somastreat v1.0.0

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

hubot-somastreat NPM version

A Hubot plugin to tell you what vendors are at the SOMA StrEat Food Park today.

Usage

hubot somatrucks - Pulls todays food truck vendors
hubot somastreat lunch - Pulls food truck vendors for lunch today
hubot somastreat dinner - Pulls food truck vendors for dinner tonight

Configuration

Since SOMA StrEat Food Park puts their daily vendor lists on Twitter, this plugin utilizes the Twitter API. As such, you'll need to create a Twitter application to use this plugin.

Once you have a consumer key and secret key, you can go ahead and set up some environment variables for this plugin.

Heroku

% heroku config:add HUBOT_TWITTER_KEY="key"
% heroku config:add HUBOT_TWITTER_SECRET="secret"
% heroku config:add HUBOT_TWITTER_TOKEN="token"
% heroku config:add HUBOT_TWITTER_TOKEN_SECRET="secret"

Non-Heroku environment variables

% export HUBOT_TWITTER_KEY="key"
% export HUBOT_TWITTER_SECRET="secret"
% export HUBOT_TWITTER_TOKEN="token"
% export HUBOT_TWITTER_TOKEN_SECRET="secret"

Installation

  1. npm install hubot-somastreat --save
  2. Add "hubot-somastreat" to your external-scripts.json file.
  3. Reboot Hubot.
1.0.0

9 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago