mailjet-abstraction

Build Together. Send Smarter.

Usage no npm install needed!

<script type="module">
  import mailjetAbstraction from 'https://cdn.skypack.dev/mailjet-abstraction';
</script>

README

:package: ts-npm-package-boilerplate

:package: mailjet-abstraction

Build Together. Send Smarter.

Issues GitHub pull requests GitHub Downloads GitHub Total Downloads

Report Bug Request Feature

Did you like the project? Please, considerate a donation to help improve!

Build Together. Send Smarter.

Getting started

Installation

npm i mailjet-abstraction
# Or
yarn add mailjet-abstraction

Usage

import { EmailService  } from 'mailjet-abstraction';

try{
  await new EmailService('apiKey', 'apiSecret', { version: 'v3.1' })
    .request(message);
}catch (e){
  console.error(e)
}

Clone this repository: git clone https://github.com/hebertcisco/mailjet-abstraction

Open the directory and run the script line:

cd mailjet-abstraction && npm i