From f805157a883709657d36611c48c30e2fa5968bd7 Mon Sep 17 00:00:00 2001 From: Thomas Watson Steen Date: Sat, 13 Sep 2014 15:51:39 +0200 Subject: [PATCH] Add node-modules.com in Resources section --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index adc20f6..0750a32 100644 --- a/readme.md +++ b/readme.md @@ -480,6 +480,10 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [stream-handbook](https://github.com/substack/stream-handbook) - How to write Node.js programs with streams. - [browserify-handbook](https://github.com/substack/browserify-handbook) - The definitive guide for browserify. +### Discovery + +- [node-modules.com](http://node-modules.com/) - An alternative npm search engine with a more intelligent and personal results ranking. + ### Articles - [Error Handling in Node.js](http://www.joyent.com/developers/node/design/errors)