skeleton-ui-weather Svelte Themes

Skeleton Ui Weather

Simple weather app using OpenWeather API and skeleton UI for sveltekit

Skeleton-ui-weather

Simple weather app using OpenWeather API and skeleton UI for sveltekit

Creating your API key

Create an account here: OpenWeather

Storing your API key in .env file

Store your api key in a .env file in the project root as WEATHER_API_KEY=

#.env
WEATHER_API_KEY=YOUR_API_KEY_GOES_HERE

Developing

Once you've stored your API key and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Top categories

Loading Svelte Themes