Skip to content

Commit 662f151

Browse files
author
Takenori Okada
committed
added app.json
1 parent 2752399 commit 662f151

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
<img src="./Let's_try_Botkit.png">
44

5-
Botkit basic template for Heroku.
5+
Botkit basic template for Heroku. This bot is for Slack.
6+
67
You can get started your Botkit-powered bot right now, just click the button! 😉
78

9+
10+
## Let's make your bot!
11+
12+
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/okajax/Botkit-template-for-heroku)
13+
14+
15+
## How to use it? More details
16+
17+
Oops, I haven't written my article in BITA-DML yet. I will add the article link. ;P
18+

app.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Botkit-template-for-heroku",
3+
"description": "This is your Botkit-powered bot.",
4+
"keywords": [
5+
"Botkit",
6+
"bot",
7+
"Slack"
8+
],
9+
"repository": "https://github.com/okajax/Botkit-template-for-heroku",
10+
"logo": "https://raw.githubusercontent.com/okajax/Botkit-template-for-heroku/master/Let's_try_Botkit.png",
11+
"env": {
12+
"token": {
13+
"description": "Please input your token for bot integration",
14+
"value": ""
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)