0.0.33 • Published 8 years ago

hubot-ibmcloud-formatter v0.0.33

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

Build Status Dependency Status Coverage Status npm version

hubot-ibmcloud-formatter

Listens for messages sent via robot.emit directed at ibmcloud.formatter and formats them appropriately for the given hubot adapter.

Usage

robot.respond(/hello/, (response) => {
	robot.emit('ibmcloud.formatter', {
		response: response,
		attachments: [
			{
				title: 'A fancy hello',
				text: 'Greetings and salutations.'
			}
		]
	});
})

License

See LICENSE.txt for license information.

Contribute

Please check out our Contribution Guidelines for detailed information on how you can lend a hand.

0.0.33

8 years ago

0.0.32

8 years ago

0.0.31

8 years ago

0.0.30

8 years ago

0.0.29

8 years ago

0.0.25

8 years ago