We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87fcce commit 16e046eCopy full SHA for 16e046e
README.md
@@ -0,0 +1,19 @@
1
+# awokado.robot
2
+
3
+Slack bot providing Awokado Lunch Bar menu for today
4
5
+
6
7
+## Installation
8
9
+1. If you don't have it already, install [Composer](https://getcomposer.org/download/)
10
+2. Download `awokado.robot` by cloning this repository `git clone https://github.com/adamwojs/awokado.robot.git`
11
+3. `cd awokado.robot`
12
+4. Install dependencies `composer install`
13
14
+## Usage
15
16
+```sh
17
+php awokado-robot <incoming-webhook-url>
18
+```
19
0 commit comments