JSFiddle - React, Tailwind, and code Playground
by WoJWoJ
JavaScript
fetch('https://cors-anywhere.herokuapp.com/https://www.yr.no/place/France/Île-de-France/Le_Chesnay/forecast_hour_by_hour.xml')
.then(r => r.text())
.then(r => console.log(r))
by WoJWoJ
fetch('https://cors-anywhere.herokuapp.com/https://www.yr.no/place/France/Île-de-France/Le_Chesnay/forecast_hour_by_hour.xml')
.then(r => r.text())
.then(r => console.log(r))