Friedrich482 / Comprehensive-Weather-Fetch-App

A program made with JavaScript, that displays the current weather 🌦️ of the city 🌐 you enter. Created using openweathermap.org API .
MIT License
30 stars 4 forks source link

Are you interested in making a weather app that displays the weather per neighborhood or airport? #6

Open judyfong opened 3 months ago

judyfong commented 3 months ago

I have the data is you're interested, from the sensors themselves.

Friedrich482 commented 3 months ago

Hello, @judyfong, it would be my pleasure to make one. Effectively, it will be more precise.

Should we use vanilla JS or a framework ?

judyfong commented 3 months ago

It'd be best to use this as the framework and just add it as a feature for Iceland.

Friedrich482 commented 3 months ago

Ok no problem. So what's the plan ?

My go to framework is React and NextJS but for a weather app, I think Vite + React will be better because it is just a single page application.

I will hit the same API (openweathermap) but I will add, if the country is Iceland, the feature to get the neighborhood, if I had properly understood.

judyfong commented 3 months ago

Ok so there's a python package called Iceweather on github by mideind. That's an option

judyfong commented 3 months ago

Yes you understood correctly