Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 758 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 758 Bytes

Weather Alert

This is an Android app and the goal is to provide updated weather and alert information for updated information. It will fetch the latest weather alert folder published by Canadian weather website and display them as strings and regions on embedded Google Map.

Screenshots and system diagram

Architecture_diagram

Run Locally

  1. Clone the project
  git clone https://github.com/yhmyhm0910/WeatherAlert
  1. Open the project in Android Studio

  2. Run the project inside the Android Studio

Common Contributor

I am the contributor of the frontend and UI development. APIs for fetching Canadian weather website is done by: taoli1355