This package has been deprecated

Author message:

no longer maintained

hubot-somastreat

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i hubot-somastreat

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • jonursenbach