Hi to everyone!
I am new in Ionic I trying to figure out some things. I just start coding few months ago, so be patient with me.
What I am trying to achieve is store the information of an API response, I already created the factory and it is working perfectly.
But my concern is that as I use a Free API I cannot have to many request, so each time the user clicks somewhere I am calling to this API and making a request and reponse. The API is a forecast weather for the next 36 hours, and what I want is to store the information and use it later for than once. I have 4 different buttons that takes to different information and templates, that’s why I need to store it somewhere to use it later.
Only when the user search a new city it will make a new request (this is handled by a click and search, so it is not a problem).
I hope my english is not bad and you all understand me.