From fdd68c779d3ed56373b8672a3d31d3aea2e4ebfa Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 2 Jun 2015 11:09:44 +0100 Subject: [PATCH] Added got [npm] --- BigBoxOfJavascript.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BigBoxOfJavascript.md b/BigBoxOfJavascript.md index 825d68f..d47ec09 100644 --- a/BigBoxOfJavascript.md +++ b/BigBoxOfJavascript.md @@ -41,6 +41,11 @@ ## Parsing - [DOM lite](https://github.com/litejs/dom-lite) - A small DOM implementation. Does not parse HTML currently. +## Amazing / Really Useful NPM Modules +This section could easily get absolutely huge, so it is limited to a *very* small selection of the best. + + - [got](https://github.com/sindresorhus/got/) - A replacement to the famous `request` module. Apparently much lighter and faster. Does not have as many dependencies. + ## Services and tools ### Services - [js.org](http://dns.js.org/) - Free subdomains for Javascript projects