An open API service indexing awesome lists of open source software.

https://github.com/kjunichi/heroku-docker-botkit


https://github.com/kjunichi/heroku-docker-botkit

Last synced: 4 months ago
JSON representation

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
```