I'm actually working on a project that will involve a Web-App (Ionic framework, pretty new for me..) that will do that:
Posting data to a mySQL DB via an Arduino GPS Tracker (already done, hosted on 000webhost)
Building a Web-App, that will fetch those data, and display them on a map(of course using the Google maps APIs)
Possibly, draw a "daily trip" list, that will show always on a map the route made for each day (the idea here is to 'connect' each marker stored on the db)
Is there any hint on how to correctly fetch those mySQL data in Ionic? Plus, as I've already hosted a some php code in order to check if the Arduino was correctly posting, how can I test the web-app?