mattss / pebble-raincheck

Pebble Rain Checking App
0 stars 0 forks source link

Move location lookup to the configuration page #1

Open mattss opened 9 years ago

mattss commented 9 years ago

We currently do an ajax-request inside the watchapp to the Google location api to find the coordinates of the location chosen in the configuration page.

We could simplify the watchapp by moving this lookup to the configuration page itself, using the client-side google APIs.

This library looks like a simple integration option:

http://ubilabs.github.io/geocomplete/

adamcheasley commented 9 years ago

+1