weatherstack icon indicating copy to clipboard operation
weatherstack copied to clipboard

Where I'll get all weather icons for all tem ?

Open prashantsumfactor opened this issue 2 years ago • 0 comments

I want all weather icons based on condition that url return in api response like - below I want to get all icons so that I can download and save locally.

"current": { "observation_time": "12:14 PM", "temperature": 13, "weather_code": 113, "weather_icons": [ "https://assets.weatherstack.com/images/wsymbols01_png_64/wsymbol_0001_sunny.png" ], "weather_descriptions": [ "Sunny" ],

prashantsumfactor avatar May 23 '23 03:05 prashantsumfactor