Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 327 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 327 Bytes

Bloom Api

This server accepts webhooks from Bloom API. It stores the request data in mongoDB and sends an email.

Prerequisites

NodeJS V 16.13.1

Webhook

POST https://bloomwebhook.teller.org/api/webhook

Getting Started

Install dependencies with 'yarn install'

Run tests with 'yarn test'