shikarkhane / feeder

provides social feed for a geo-location
0 stars 0 forks source link

get location by ip address before first call to feed #122

Closed shikarkhane closed 9 years ago

shikarkhane commented 9 years ago

right now ip address to coord conversion is done by calling some external website, which loads the coordinates after we have done the first call to feed using default coordinates.

Its miss-leading to the user. The user might think that there is more data or the data shown is close to him but thats not the case.

shikarkhane commented 9 years ago

added synchronous calling in ip to coord function