From 831f050e9042c4ed936a7347da01085e44f289ff Mon Sep 17 00:00:00 2001 From: David Frank Date: Mon, 21 Mar 2016 13:55:13 +0700 Subject: [PATCH] Close #478 PR: Add node-fetch. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 50e5589..62a9321 100644 --- a/readme.md +++ b/readme.md @@ -185,6 +185,7 @@ - [http-proxy](https://github.com/nodejitsu/node-http-proxy) - A full-featured HTTP proxy. - [rocky](https://github.com/h2non/rocky) - Featured, middleware-oriented HTTP proxy with traffic replay and intercept. - [superagent](https://github.com/visionmedia/superagent) - A small progressive HTTP request library. +- [node-fetch](https://github.com/bitinn/node-fetch) - `window.fetch` for Node.js. ### Debugging / Profiling