From b43677db4c272b473cbd3d29d4fce4cef6ba5526 Mon Sep 17 00:00:00 2001 From: David Frank Date: Wed, 28 Jan 2015 03:17:23 +0800 Subject: [PATCH] node.js module link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bea9a22..5d65d6c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ This can also be installed with `npm`. $ npm install whatwg-fetch --save ``` +(For a node.js implementation, try [node-fetch](https://github.com/bitinn/node-fetch)) + ## Usage The `fetch` function supports any HTTP method. We'll focus on GET and POST -- GitLab