Uh oh!
There was an error while loading. Please reload this page.
Document the startup procedure - #7
Conversation
phillipj
commented
Apr 4, 2016
Hm... Just realized the current procedure of polling the Travis API for build status also needs its own token. |
williamkapke
commented
Apr 4, 2016
I think ultimately this bot will need many tokens for many services. I'm using a |
phillipj
commented
Apr 4, 2016
dotenv is nice. Should we still document which tokens are required and how to generate them in the readme? |
williamkapke
commented
Apr 4, 2016
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.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Fishrock123
commented
Apr 6, 2016
seems good to me |
e9a8114 to
9ee52a4Comparephillipj
commented
Apr 7, 2016
@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.