Conversation
|
Hm... Just realized the current procedure of polling the Travis API for build status also needs its own token. |
|
I think ultimately this bot will need many tokens for many services. I'm using a |
|
dotenv is nice. Should we still document which tokens are required and how to generate them in the readme? |
|
I think an example I make use of the require('dotenv').load({ silent: true, path: __dirname + '/.env' })Also, Make sure to add |
| ## License | ||
|
|
||
| MIT No newline at end of file | ||
| MIT |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
|
seems good to me |
e9a8114 to
9ee52a4
Compare
|
@williamkapke as you introduce dotenv in #8, I'll skip any of that in this PR |
This documents the most basic "setup" needed to get the bot up and running.