Skip to content

Commit

Permalink
Update Nodejs packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeBiellik committed Nov 26, 2018
1 parent 103be46 commit 7b3658d
Show file tree
Hide file tree
Showing 3 changed files with 2,479 additions and 2,828 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
[![Release Version](https://img.shields.io/github/release/JoeBiellik/pleasenospam.svg)](https://github.com/JoeBiellik/pleasenospam/releases)
[![Dependencies](https://img.shields.io/david/JoeBiellik/pleasenospam.svg)](https://david-dm.org/JoeBiellik/pleasenospam)

Simple [Node.js](https://nodejs.org/) temporary email service built with [Koa](http://koajs.com/), [RethinkDB](https://rethinkdb.com/), [Nodemailer](https://nodemailer.com/), [Pug](https://pugjs.org/), [Bootstrap](https://getbootstrap.com/) and [Handlebars.js](http://handlebarsjs.com/).
Simple [Node.js](https://nodejs.org/) temporary email service built with [Koa](https://koajs.com/), [RethinkDB](https://rethinkdb.com/), [Nodemailer](https://nodemailer.com/), [Pug](https://pugjs.org/), [Bootstrap](https://getbootstrap.com/) and [Handlebars.js](http://handlebarsjs.com/).

The app consists of two parts: a web frontend for viewing stored mail and a SMTP server which accepts messages and saves them in the database.

> Use it now at [pleasenospam.email](https://pleasenospam.email/)
## Features
* Real-time email notifications powered by [RethinkDB changefeeds](https://rethinkdb.com/docs/changefeeds/javascript/) and [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events).
* Live email alerts using [browser web notifications](https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API) and [favico.js](http://lab.ejci.net/favico.js/).
* Real-time email notifications powered by [RethinkDB changefeeds](https://rethinkdb.com/docs/changefeeds/javascript/) and [server-sent events](https://developer.mozilla.org/docs/Web/API/Server-sent_events).
* Live email alerts using [browser web notifications](https://developer.mozilla.org/docs/Web/API/Notifications_API) and [favico.js](http://lab.ejci.net/favico.js/).
* Full HTML email support sanitized with [Google Caja](https://developers.google.com/caja/).
* Multiple domain support.

Expand Down
Loading

0 comments on commit 7b3658d

Please sign in to comment.