Hi, I would like to use google places api results to have Appery.io dynamically create a new page from unique ID's sent from google places JSON responses to Appery backend. Is this possible?
I have the my search field results populating a grid with JSON response from Google places. Each object in the array response has a unique id from google. I would like to have each unique Id, that is associated with each google place, be stored in the DB along with the location name when it is clicked in the search results. After this info is stored,(which I know is possible but I am still working on how to parse the responses in local storage properly.. I think..) I would like a new page created from that google location id that was stored in DB. This would essentially create a new page for each google places search result after it was clicked and then whoever clicked on that same location after the page was created would be directed to the page associated with the google unique ID.
So my big question, is this possible to do with Appery.io/jQUERYm?
Thank you for your time!