view source
Make a single-page mobile web app, with AngularJS
In Part 1 of the Location Tracker tutorial, we learned how to use the HTML5 geolocation API to ask the web browser to share the device’s location with us and save the location of a moving device — whether that device represents a person, vehicle, or mobile sensor — to Cloudant. We also learned how to take that data out of Cloudant and put it on a map. Those skills are important building blocks for any number of real-world apps you might develop, but the user interface left a lot to be desired.
Advertisement