Hello,
I am interested in adding a line of text to my page that displays the current weather in Brooklyn, NY. It ties into the concept of my website. I would like to insert a line at the bottom of the page, right after the copyright. Ideally, the line would read something like “It is currently 68ºF and sunny in Brooklyn, NY.” Does anyone know where to begin with something like this? I have limited knowledge of HTML/CSS. My site can be accessed at http://colehowell.com.
If you end up using this method, I’d recommend getting your own API key and replacing mine with yours. You can get the API key from here: https://developer.accuweather.com/
It’s surprisingly difficult to find a weather API with the right wording to use in a sentence - for example, this will show ‘sunny’ and ‘cloudy’ which are fine but then it will show ‘light rain’ which doesn’t work so well in the sentence.
If you get stuck along the way, please let me know and I’ll be happy to help!