From f2f1a07c35f79b8a447ad5f2b269fd4452d3b429 Mon Sep 17 00:00:00 2001 From: Kevin Martensson Date: Sun, 10 Aug 2014 16:57:24 +0200 Subject: [PATCH] Add download --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7bc1ef8..964dfd5 100644 --- a/readme.md +++ b/readme.md @@ -82,6 +82,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [hyperquest](https://github.com/substack/hyperquest) - Streaming HTTP requests. - [spdy](https://github.com/indutny/node-spdy) - Creates SPDY servers with the same API as the built-in `https` module. - [Nock](https://github.com/pgte/nock) - A HTTP mocking and expectations library. +- [download](https://github.com/kevva/download) - Download and extract files effortlessly. + ### Debugging / Profiling @@ -112,7 +114,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Derby](https://github.com/derbyjs/derby) - MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers. - ### Command-line utilities - [chalk](https://github.com/sindresorhus/chalk) - Terminal string styling done right.