Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 589 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 589 Bytes

Weather Kata

The goals is to identify the code smells and fix it.

Pre requisites

PHP 8.1

Install dependencies

make install

Check complexity

make complexity

Run the tests

make tests

TODO!

Weather Interface Metaweather Implements Weather interface Move date filter to WeatherClient Create Domain (struct to use as response)