Added geoip-lite to get Lat/Long coordinates based on user's ip address

This commit is contained in:
Sahat Yalkabov
2013-11-19 21:31:31 -05:00
parent de5e98a071
commit ef327a4813
4 changed files with 12 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
exports.index = function(req, res){
exports.index = function(req, res) {
res.render('index', {
user: req.user,
title: 'Home'