Skip to content

praseodeveloper/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherApp

Cloud hosted on opeNode.io

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?

  1. Clone this repository using terminal
git clone https://github.com/praseodeveloper/WeatherApp.git
  1. Install node.js from https://nodejs.org/en/download/
  2. Go to WeatherApp folder in terminal and run
npm install  
npm start  
  1. 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,

  1. Copy an existing weather html file and paste it inside the html folder
  2. Specify postalCode and country in the html head script.
  3. Add reference to this html file in index.html
  4. Reload the deployed application in your browser.

About

A simple weather app made using HTML5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors