diff --git a/demo/qr-code.html b/demo/qr-code.html new file mode 100644 index 0000000..58465b4 --- /dev/null +++ b/demo/qr-code.html @@ -0,0 +1,68 @@ + + + + + + QR Code + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/folk-weather.ts b/src/folk-weather.ts index ae0bdab..a9b279f 100644 --- a/src/folk-weather.ts +++ b/src/folk-weather.ts @@ -9,6 +9,7 @@ declare global { } } +// https://open-meteo.com/ export class FolkWeather extends HTMLElement { static tagName = 'folk-weather';