henrylin03 / whats-the-weather

find out the weather anywhere around the world
http://henrylin.io/whats-the-weather/
MIT License
0 stars 0 forks source link

use my own weather condition icons #53

Closed henrylin03 closed 3 months ago

henrylin03 commented 3 months ago

icons are by Baz.Dev (GitHub)

fixes #20 fixes #15 as the icons are animated fixes partially #17 by using different day and night icons at times, though does not incorporate other stylistic changes like colours etc

henrylin03 commented 3 months ago

although removing the need to save each individual svg into the repo, now, we rely on baz.dev's github being up and running, and in the base_url of "https://basmilius.github.io/weather-icons/production/fill/all" followed by the svg file name.

need feature here that, if there is no svg returned, then we must use what is from the api - this will be tracked in #54