getstalkr / email-sender

Simple micro service which handles emails sent via http://getstal.kr/#get-in-touch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stalkr Logo



Simple micro service which handles emails sent via our page.



Table of Contents

Getting Started

  1. Make sure you define the ENV variables below:

    # Mailgun credentials
    export DOMAIN='<your Mailgun sandbox URL>'
    export KEY='<your Mailgun key>'
    
    # Your email
    export EMAIL_DEST_USER='<the email address you want the messages to be sent to>'
  2. Clone this repository:

    git clone https://github.com/stalkr-io/email-sender
  3. Install all dependencies:

    # via npm
    npm install
    # or using yarn
    yarn
  4. Launch it:

    # via npm
    npm start
    # or using yarn
    yarn start

If everything goes okay, it should now be running at localhost:3000.

Then you can deploy it to your favorite { P, B, F }aaS service.

Our Product

stalkr Logo

stalkr is a simple–yet powerful–set of tools which gathers data from both continuous integration and application infrastructure monitoring tools in order to make it easier to monitor the whole developing process, in a way the entire team can see at a glance, from the very first commit to the final release.

Although our experimental release is a simple client made for the  TV, we do intend to make stalkr clients available on as much platforms as possible, which include:

  • Other Smart TV platforms–e.g. Android TV, webOS, Tizen etc.;

  • SmartWatch platforms–e.g. watchOS, Android Wear etc.;

  • Popular Mobile platforms–e.g. iOS, Android etc.;

  • Popular Desktop OSs–e.g. macOS, Linux, Windows etc.;

  • The Web itself.

If you can't wait to check it out:

Download on the App Store


Maintainer:

ythecombinator.me  ·  GitHub @ythecombinator  ·  Twitter @ythecombinator

About

Simple micro service which handles emails sent via http://getstal.kr/#get-in-touch

License:MIT License


Languages

Language:JavaScript 100.0%