New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

airhorn

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airhorn

Cloud Notification Library

  • 0.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17
decreased by-82.11%
Maintainers
1
Weekly downloads
 
Created
Source

Airhorn Logo


build release codecov license npm

Cloud Native Notifications Library

Airhorn was born to enable a more robust notification system. We focused on making it cloud native by default (using cloud services) and also scalable with queue management and retry rate so that you can scale to hundreds if not thousands of instances.

Features

  • GitOps Based Templating System - your email, sms, mobile, and webhooks all in one place!
  • Email Notifications - easily send email across multple providers and even load balance or active/passive fail over.
  • SMS Notifications - SMS that is easy to use via a robust template system.
  • Mobile Push Notifications - Push to IOS and
  • Webhook Notifications - Built right into the system as a native feature with retry support.
  • Scalable and Enterprise Grade - Ability to scale to thousands of requests per second.
  • 100% Code Coverage / Tested with Integration Tests
  • Built using ecto for handling multiple templates

Settings / Opts

templatePath defaultTemplateLanguage

Library API

  • Templates
  • Channels

Airhorn

  • send()
  • sendNow()
  • Providers
  • Templates

Airhorn.Worker

  • processTask()
  • processEmailTask()
  • processSMSTask()
  • processMobilePushTask()
  • processWebhookTask()
  • SMS (IProvider)
  • Email (IProvider)
  • MobilePush (IProvider)
  • languageDefault (set to en by default)

Cloud Services

  • Queue: Google Cloud Tasks and Amazon SQS
  • Email: Twilio Sendgrid and AWS SES
  • SMS: Twilio and AWS SNS
  • Mobile Push: Google Firebase and AWS SNS
  • Database: MongoDB and PostgreSQL

Architecture

How to Contribute

FAQs

Package last updated on 13 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc