Skip to content

Commit

Permalink
Improved readability and message text
Browse files Browse the repository at this point in the history
  • Loading branch information
Rod Anami committed Jun 19, 2020
1 parent 6d09bf8 commit db5f0b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# post-blocks

## Requirements (MacOS/Windows)
## post-blocks is a simple Slack chatbot that uses chat.postMessage to write a message with blocks to a specific channel

### Requirements (MacOS/Windows)

* Node 10.x / npm v6.x
* Standard account on IBM Quantum Experience portal
Expand All @@ -15,13 +17,13 @@
### Author
Written by Rod Anami <[email protected]>, May 2020.

## More information
### More information

[ChatOps! Bless you!](https://www.linkedin.com/pulse/chatops-bless-you-rod-anami/)
[Chatbots! Chatbots everywhere!](https://www.linkedin.com/pulse/chatbots-everywhere-rod-anami/)
[ChatOps as a collaborative model to incidents](https://www.linkedin.com/pulse/chatops-collaborative-model-incidents-rod-anami/)
[Creating my first Chatbot – Part I](https://www.linkedin.com/pulse/creating-my-first-chatbot-part-i-rod-anami/)
[Creating my first Chatbot – Part II](https://www.linkedin.com/pulse/creating-my-first-chatbot-part-ii-rod-anami/)
* [ChatOps! Bless you!](https://www.linkedin.com/pulse/chatops-bless-you-rod-anami/)
* [Chatbots! Chatbots everywhere!](https://www.linkedin.com/pulse/chatbots-everywhere-rod-anami/)
* [ChatOps as a collaborative model to incidents](https://www.linkedin.com/pulse/chatops-collaborative-model-incidents-rod-anami/)
* [Creating my first Chatbot – Part I](https://www.linkedin.com/pulse/creating-my-first-chatbot-part-i-rod-anami/)
* [Creating my first Chatbot – Part II](https://www.linkedin.com/pulse/creating-my-first-chatbot-part-ii-rod-anami/)

### License
This code is licensed under the IBM Public License.
Expand Down
7 changes: 6 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ const MessageBlock = [
"type": "mrkdwn",
"text": "Let me send an image as well:"
}
}
},
{
"type": "image",
"image_url": "https://raw.githubusercontent.com/rod4n4m1/post-blocks/master/ibm-cloud.png",
"alt_text": "inspiration"
}
];

(async () => {
Expand Down

0 comments on commit db5f0b4

Please sign in to comment.