Skip to content

ackmanx/yet-another-weather-thing

Repository files navigation

Yet Another Weather Thing

Sources

Weather.gov API Docs

https://www.weather.gov/documentation/services-web-api

Current conditions

Forecast API

Weather API

Open Meteo

Weather Bit

Icons

https://thenounproject.com/browse/collection-icon/weather-solid-127210 https://thenounproject.com/browse/collection-icon/weather-79734 https://thenounproject.com/browse/collection-icon/hotel-pack-outline-232916

Tech Issues

Intellij - Imports not showing up as errors if file not found

In these two files: node_modules/.pnpm/[email protected]/node_modules/svelte/types/index.d.ts node_modules/.pnpm/[email protected]/node_modules/svelte/src/ambient.d.ts

Comment out this module declaration:

declare module '*.svelte' {
  export { SvelteComponent as default } from 'svelte'
}

I'm not sure what the right solution or cause of this issue is, but that works for my purposes right now.

Svelte Ignore Template

Check Obsidian note Svelte.md for ignore comments