Skip to content

Know your local weather without having to look outside the window

Notifications You must be signed in to change notification settings

jeinfeldt/whats-the-weather-like

Repository files navigation

TL;DR

I wrote an Application that fetches the weather based on the location associated with your IP-Address and displays images matching you current weather description.

I used Svelte, OpenWeather, Unsplash and Netlify.

drawing

Check the site.

Motivation

Sometimes you just can't be bothered to look out the window.

And sometimes you still want to know What's the weather like?

Also I really wanted to check out Svelte.

Running

Local server

npm run dev

Netlify development server including lambda functions

netlify dev

Build for production use

npm run build

Deployment

Happens on push to master. APIs are integrated using Netlify Functions which is a wrapper for AWS Lambdas. I did this to not display the used credentials.

And also I can now tick off Serverless Functions from my hype list.

Open Tasks

  • Make responsible
  • Smoother loading effect
  • Add proper error handling
  • Cleanup code
  • Cleanup styling

License

WTFPL license
WTFPL

About

Know your local weather without having to look outside the window

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published