Add a bit more instructions to the README
This commit is contained in:
parent
a3cf4db773
commit
88d667402f
1 changed files with 4 additions and 3 deletions
|
@ -8,9 +8,10 @@ Every midnight, the bot gives a report on the progress the channel's made and th
|
|||
## Modifying this thing
|
||||
|
||||
- `app.js` contains the primary Bolt app. It imports the Bolt package (`@slack/bolt`) and starts the Bolt app's server.
|
||||
- `.env` is where you'll put your Slack app's authorization token and signing secret.
|
||||
- `.env` is where you'll put your [Slack app's authorization token and signing secret](https://slack.dev/bolt-js/tutorial/getting-started#tokens-and-installing-apps) and your [Airtable API key](https://support.airtable.com/hc/en-us/articles/219046777-How-do-I-get-my-API-key-).
|
||||
|
||||
## Packages used
|
||||
|
||||
### Packages used:
|
||||
- [moment.js](https://momentjs.com/)
|
||||
- [node-schedule](https://www.npmjs.com/package/node-schedule)
|
||||
- [Slack's Bolt API](https://slack.dev/bolt-js/tutorial/getting-started)
|
||||
|
|
Loading…
Reference in a new issue