Hey! This app is made for beginners who wants to learn how to make a weather app using Vanilla Javascript. I myself, at the time making this app, was learning from a Udemy course made by Shaun Pelling The Net Ninja and got inspirated form there after doing a small version of an app like this on.
This is not the best way to do it so I will do my best to improve it time to times while keeping everthing as simple as I can !
I hope you'll like it and learn from it and make some changes to it.
``` ---------------------------------- ```Please create a file named Api_Keys.js in the JS folder then past this two variables
const accuWeatherKey = "you AccuWeahter Api Key";
const openWeatherKey = "you OpenWeahter Api Key";
NOTE: you needs both API KEY in order to make the app work !
Both Api are free to get on there website. For the AccuWeather API Key, visit AccuWeather and get the free key (like the one I use). For OpenWeather API Key, visit OpenWeather and get the free collection.
If you're using VsCode then install the live Server plugin and just run it after taking care of the above notes! at this moment this app was make for mobile scope so Inspect the app on your navigator and put it on mobile mode!
Thanks you for taking a look at this beginner project!