Skip to content

fabcodingzest/Weather-App

Repository files navigation

Weather App made with Vanilla JavaScript

I made this simple weather app to practice my JavaScript skills. I used plain HTML, CSS and JavaScript for the project. I also used webpack for minifying the code and to access environment variables I used webpack-dotenv npm package using webpack as well

Feel free to Fork the repo and play with the code

To run this on your local machine you need run the command npm start Don't forget to add a .env file with the following code

API_KEY = (your api_key from OpenWeathermap.org/api)
PROXY=https://cors-anywhere.herokuapp.com/`

About

A simple weather app created with Vanilla Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published