Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Weather kata

We cannot control the weather but we can predict it.

This kata has a code that request the weather prediction from Metaweather.

Goal

  • Test coupled code.
  • Remove the external dependency when testing in order to make the tests repeatable and fast

How to run and see the result

make 

or open Makefile and execute the one you want.

Authors

Luis Rovirosa @luisrovirosa

Jordi Anguela @jordianguela