Deployed version can be seen at https://ourweatherboard.eu.openode.io/
Weather app is a simple weather dashboard for multiple cities.
How to setup and run locally?
- Clone this repository using terminal
git clone https://github.com/praseodeveloper/WeatherApp.git
- Install node.js from https://nodejs.org/en/download/
- Go to WeatherApp folder in terminal and run
npm install
npm start
- Launch https://localhost:3000
How can I customize the weather tiles?
Each tile in the application corresponds to a html file in the html folder.
These html files are referred inside iFrames in index.html
To create a new weather tile,
- Copy an existing weather html file and paste it inside the html folder
- Specify postalCode and country in the html head script.
- Add reference to this html file in index.html
- Reload the deployed application in your browser.