Close GH-50: added nodemailer by @andris9 and new section email.

This commit is contained in:
Matteo Crippa
2014-07-30 02:19:23 +02:00
committed by Sindre Sorhus
parent c3d1f87455
commit 9ab7fd0538

View File

@@ -39,12 +39,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Minifiers](#minifiers) - [Minifiers](#minifiers)
- [Authentication](#authentication) - [Authentication](#authentication)
- [Node.js management](#nodejs-management) - [Node.js management](#nodejs-management)
- [Email](#email)
- [Polyfills](#polyfills) - [Polyfills](#polyfills)
- [AST](#ast) - [AST](#ast)
- [Weird](#weird) - [Weird](#weird)
- [Miscellaneous](#miscellaneous) - [Miscellaneous](#miscellaneous)
### Functional programming ### Functional programming
- [Lo-Dash](http://lodash.com) - A utility library delivering consistency, customization, performance, & extras. A better and faster Underscore.js. - [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. - [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 ### Polyfills
- [object-assign](https://github.com/sindresorhus/object-assign) - ES6 Object.assign() polyfill. - [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. - [BitcoinJS](http://bitcoinjs.org/) - The clean, readable, proven library for Bitcoin JavaScript development.
## Resources ## Resources
### Tutorials ### Tutorials