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

https://github.com/tim-smart/metabase-mailer


https://github.com/tim-smart/metabase-mailer

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# metabase-mailer

Simple Node.js script for sending PDF reports from Metabase, using Puppeteer.

## Usage

First copy `.env-example` and configure as required.

Then:

```
$ yarn install
$ yarn build
```

## Docker

You can also run this using the pre-built docker image:

https://hub.docker.com/r/timsmart/metabase-mailer

See `.env-example` for the environment variables used for configuration.