Skip to content

codebyzeb/cambridge-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

222 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather

Weather for Rowers App (Part 1A Interaction Design Project)

Getting Started

Running

This project uses gradle.

To build execute the command, navigate to the project root directory, Weather, and type:

gradle build

To run execute the command:

gradle runApp

Alternatively:

gradle shadowJar
java -jar ./build/libs/WeatherApp-1.0-SNAPSHOT-all.jar

Running the tests

gradle test

Built With

  • gradle - build automation tool
  • guice - a lightweight dependency injection framework
  • rxjava - extends the observer pattern and abstracts away from low-level threading
  • kotlin - used here as a template language for data only classes to eliminate boilerplate code

Authors

  • David Horstmann
  • Ivan Mauro Gomes Ribeiro
  • Matthew Thomas Jackson
  • Nathan Hawkes
  • Zebulon Goriely

About

Weather for Rowers App (Part 1A Interaction Design Project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors