@kennethkeim/api-utils-core
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

What is this

A set of API utilities intended for my own personal/commercial use.

NOT INTENDED TO BE USED BY OTHERS. This utility library is intended to reduce my boilerplate API code, so it will have my defaults hardcoded. APIs are subject to breaking changes.

Mailer

Module to send mail via Brevo API

Set the following in your environment variables.

  • MAILER_API_KEY (Brevo API key)
  • SYS_EVENTS_SENDER (Default email to send from)
  • SYS_EVENTS_RECIPIENT (Default email to send to - and set as the reply to)

Readme

Keywords

none

Package Sidebar

Install

npm i @kennethkeim/api-utils-core

Weekly Downloads

4

Version

1.1.3

License

MIT

Unpacked Size

40.3 kB

Total Files

6

Last publish

Collaborators

  • kennethkeim