Skip to content

mcrd25/weatherApp

Repository files navigation

weatherApp

Weather App using Vanilla JavaScript (ES6)

Api

The OpenWeather Map API was used for this app

Description

A simple weather app where which gives you basic info based on city (set to london by default)

Webpack

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

Deployment Page

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:

Contributors

Maya Douglas (@mcrd25)

Social Links

Releases

No releases published

Packages

No packages published