From 010a1d8bad0930783e1aea102319ce2cb22d474a Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Wed, 15 Jan 2014 03:12:47 -0500 Subject: [PATCH] Update README.md Recommended libraries section --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0cedc4ea99b..3f5c27c6222 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,19 @@ npm install node app.js ``` +Recommended node.js libraries +---------------- + +- geoip-lite - get location name from IP address. +- [node-validator](https://github.com/chriso/node-validator) - input validation and sanitization. + + +Recommended client-side libraries +--------------------------------- +- [Hover](https://github.com/IanLunn/Hover) - awesome css3 animations on mouse hover. +- [platform.js](https://github.com/bestiejs/platform.js) - get client's operating system name, version, and other useful information. +- [iCheck](https://github.com/fronteed/iCheck) - custom nice looking radio and check boxes. + Contributing ------------ If something is unclear, confusing, or needs to be refactored, please let me know. Pull requests are always welcome, but due to the opinionated nature of this project, I cannot accept every pull request. Please open an issue before submitting a pull request.