Help me test my new notification system
steem·@anarcist69·
0.000 HBDHelp me test my new notification system
 I am in the process of creating a notification system for the Steem blockchain. ## How will it work? Currently, it will run on a NodeJs server, it listens to the blockchain using the streamOperations method of the [steem-js](https://github.com/steemit/steem-js) library. ## How will it notify? Currently, there are three operations of notification: 1. Mailgun API - Sends an email via the Mailgun API 2. SMTP Server - Sends an email using an SMTP server 3. PushBullet - Send a push notification to selected devices using the PushBullet API ## How do I get it? I am still testing currently, so comments on this post will help with my testing. When I have finished my testing, I will push the code to this [GitHub repository](https://github.com/selabie68/steem-notify) it will be licensed under GPLv3 for anyone to use or contribute to.