Skip to content

Web app that displays Historical Weather Data and Trends in Ontario. Made using Python, Flask, Jquery, Ajax and Chart.js

Notifications You must be signed in to change notification settings

zainosaurus/Weather_Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Tracker

About

Web App that displays historical weather data and trends in Ontario. Made using Python (Flask), and Ajax/Jquery. Charts are made using Chart.js.

Climate data sourced from http://climate.weather.gc.ca

How to Run

Note: You will need Docker to conveniently build and deploy the app.

  1. Clone the repository: git clone https://github.com/zainosaurus/Weather_Tracker
  2. Build the docker image: docker build -t weather .
  3. Run the docker image: docker run -it -p 3000:3000 --name weather weather:latest
  4. Access the app in your web browser at localhost:3000

About

Web app that displays Historical Weather Data and Trends in Ontario. Made using Python, Flask, Jquery, Ajax and Chart.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published