https://github.com/tim-smart/metabase-mailer
https://github.com/tim-smart/metabase-mailer
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tim-smart/metabase-mailer
- Owner: tim-smart
- Created: 2021-04-03T08:11:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T05:21:21.000Z (about 3 years ago)
- Last Synced: 2025-06-03T03:21:12.505Z (about 1 year ago)
- Language: TypeScript
- Size: 70.3 KB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.