0.0.4-5 • Published 7 years ago

hubot-cloudant-brain v0.0.4-5

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

hubot-cloudant-brain

A hubot script to persist hubot's brain using cloudant. Based on the hubot-redis-brain script.

See src/cloudat.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-cloudant-brain --save

Then add hubot-cloudant-brain to your external-scripts.json:

[
  "hubot-cloudant-brain"
]

Configuration

hubot-cloudant-brain requires a cloudant server to work. It uses the HUBOT_CLOUDANT_URL environment variable for determining where to connect.

Cloudfoundry VCAP SERVICES

Set the environment variable HUBOT_CLOUDANT_VCAP_INSTANCE_NAME to the instance name.

0.0.4-5

7 years ago

0.0.4-4

7 years ago

0.0.4-3

7 years ago

0.0.4-2

7 years ago

0.0.4-1

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago