Skip to content

NgallaJuke/Weather_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

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.

``` ---------------------------------- ```

.Env Variables

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 !

Get API KEYS

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.

Run The App

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published