Weather App using Vanilla JavaScript (ES6)
The OpenWeather Map API was used for this app
A simple weather app where which gives you basic info based on city (set to london by default)
This application uses Webpack and so you must make all changes to JS files in src and run webpack using npm run build
, npm run dev
, npm run watch
etc.
The source JavaScript code would be compiled into the dist
folder's main.js file.
Before doing anything you must first run following command to install all npm packages this project depends upon.
npm install
Dev version of page is deployed here: https://raw.githack.com/mcrd25/weatherApp/weather-app/dist/index.html Production version of page is deployed here: