Useful NodeJS Modules
Rest Client
npm install node-rest-client --save
Json File
npm install jsonfile --save
Underscore
npm install underscore --save
Geolib
- Feature rich library for calculating the distance between 2 objects among many other things.
- Geolib github page
- Geolib node package
npm install geolib --save
Geopoint
- geopoint package
- An alternative to Geolib
- Not as feature rich as Geolib
- library for calculating the distance between to geo points
npm install geopoint --save
Wait.for
- wait.for
- wait.for allows you to do synchronous programming using Node.