I need to display year round weather details for certain destinations on my website.
For example: New York
Jan: Max temp:20, Min temp:8, avg rainfall: 30mm Feb: Max temp:24, Min temp:10, avg rainfall: 240mm ... ..
I want to connect to an API and store all this data in DB for the app. How can I achieve this?