Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 719 Bytes

README.MD

File metadata and controls

16 lines (11 loc) · 719 Bytes

Weather App

Dream Team 2: Electric Boogaloo

Requirements

  • This android application is written in Kotlin, using Ktor for network requests to an the weather.gov API, and using a user interface built on Jetpack Compose.
  • To build on this repository, the user must install and launch in Android Studio Dophin.
  • To run on an android device or emulator, the instance must be running a minimum SDK of version 22.

Contribution Process

  • Fork the repository.
  • Create a branch for changes.
  • Once necessary changes are made on the branch, creat a pull request. Then, one of the core team members will review and merge the request.
  • When the pull request has been merged, sync your fork to remain up to date.