https://github.com/kjunichi/heroku-docker-botkit
https://github.com/kjunichi/heroku-docker-botkit
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kjunichi/heroku-docker-botkit
- Owner: kjunichi
- License: mit
- Created: 2016-11-21T05:12:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T05:05:31.000Z (over 9 years ago)
- Last Synced: 2025-06-10T23:42:02.470Z (about 1 year ago)
- Language: HTML
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# heroku-docker-botkit
## Prerequisites
- https://developers.google.com/google-apps/calendar/quickstart/nodejs
You need these files.
- ~/.credentials/calendar-nodejs-quickstart.json
- client_secret.json
## To use
```shell
npm install -g json2env
```
```shell
heroku config:set CALENDAR_TOKEN=`json2env ~/.credentials/calendar-nodejs-quickstart.json` --app
heroku config:set CALENDAR_SECRET=`json2env ./client_secret.json` --app
```
```shell
heroku container:push web --app
```