IBM / ibm-cloud-functions-data-processing-message-hub

Create a serverless, event-driven application with Apache OpenWhisk on IBM Cloud Functions that executes code in response to messages or to handle streams of data records from Apache Kafka or IBM Message Hub.
https://developer.ibm.com/patterns/respond-messages-handle-streams/
Apache License 2.0
22 stars 26 forks source link

three fixes and travis tests #21

Closed jzaccone closed 7 years ago

jzaccone commented 7 years ago

1) add ‘usage’ to deploy.sh 2) change base 64 -D to base64 —decode for mac/linux compatibility and 3) fix package.json so that npm install will work

jzaccone commented 7 years ago

Also adding travis integration into this pull request