diff --git a/readme.md b/readme.md index 150db2e..b5c6cc3 100644 --- a/readme.md +++ b/readme.md @@ -39,12 +39,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Minifiers](#minifiers) - [Authentication](#authentication) - [Node.js management](#nodejs-management) +- [Email](#email) - [Polyfills](#polyfills) - [AST](#ast) - [Weird](#weird) - [Miscellaneous](#miscellaneous) - ### Functional programming - [Lo-Dash](http://lodash.com) - A utility library delivering consistency, customization, performance, & extras. A better and faster Underscore.js. @@ -329,6 +329,10 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [nodeenv](https://github.com/ekalinin/nodeenv) - A Node.js virtual environment compatible to Python's virtualenv. +### Email +- [Nodemailer](https://github.com/andris9/Nodemailer) - The fastest way to handle email. + + ### Polyfills - [object-assign](https://github.com/sindresorhus/object-assign) - ES6 Object.assign() polyfill. @@ -361,6 +365,10 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [BitcoinJS](http://bitcoinjs.org/) - The clean, readable, proven library for Bitcoin JavaScript development. + + + + ## Resources ### Tutorials