Merge pull request #78 from kevva/download

Add download
This commit is contained in:
Sindre Sorhus
2014-08-10 17:05:12 +02:00

View File

@@ -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.