1.0.0 • Published 7 years ago

hubot-cfpb-indexer v1.0.0

Weekly downloads
1
License
CC0
Repository
github
Last release
7 years ago

hubot-cfpb-indexer Build Status npm

A Hubot script to index some useful cf.gov things for internal CFPB tooling.

See src/cfpb-indexer.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-cfpb-indexer --save

Then add hubot-cfpb-indexer to your external-scripts.json:

["hubot-cfpb-indexer"]

Sample Interaction

user1>> hubot start indexing
hubot>> Indexing initiated...
hubot>> Indexing complete!
user1>> hubot show index
hubot>> *returns JSON index*

Index can also be retrieved via HTTP by visiting http://your-bot.com/cfpb-indexer?key=your-secret-key where your-secret-key shares the value of an environment variable named HUBOT_CFPB_INDEXER_SECRET_KEY.

Contributing

Please read our general contributing guidelines.

Open source licensing info

  1. TERMS
  2. LICENSE
  3. CFPB Source Code Policy
1.0.0

7 years ago