[ 'city' => 'Annecy', 'weather' => 'shower', 'date' => '29-01-2020', 'min' => 4, 'max' => 9, ], [ 'city' => 'Biarritz', 'weather' => 'clouds', 'date' => '29-01-2020', 'min' => 1, 'max' => 9, ], [ 'city' => 'Bordeaux', 'weather' => 'sun', 'date' => '29-01-2020', 'min' => -5, 'max' => 4, ], [ 'city' => 'Bruxelles', 'weather' => 'rain', 'date' => '29-01-2020', 'min' => -2, 'max' => 3, ], [ 'city' => 'Chambéry', 'weather' => 'snow', 'date' => '29-01-2020', 'min' => -5, 'max' => 3, ], [ 'city' => 'Grenoble', 'weather' => 'storm', 'date' => '29-01-2020', 'min' => 1, 'max' => 10, ], [ 'city' => 'Lille', 'weather' => 'sun', 'date' => '29-01-2020', 'min' => 5, 'max' => 10, ], [ 'city' => 'Lyon', 'weather' => 'snow', 'date' => '29-01-2020', 'min' => 3, 'max' => 13, ], [ 'city' => 'Marseille', 'weather' => 'sun', 'date' => '29-01-2020', 'min' => 3, 'max' => 10, ], [ 'city' => 'Metz', 'weather' => 'snow', 'date' => '29-01-2020', 'min' => -5, 'max' => 0, ], [ 'city' => 'Montpellier', 'weather' => 'sun-cloud', 'date' => '29-01-2020', 'min' => 2, 'max' => 8, ], [ 'city' => 'Nantes', 'weather' => 'sun', 'date' => '29-01-2020', 'min' => 2, 'max' => 10, ], [ 'city' => 'Nice', 'weather' => 'sun', 'date' => '29-01-2020', 'min' => 1, 'max' => 7, ], [ 'city' => 'Paris', 'weather' => 'snow', 'date' => '29-01-2020', 'min' => 0, 'max' => 8, ], [ 'city' => 'Rouen', 'weather' => 'sun-cloud', 'date' => '29-01-2020', 'min' => 5, 'max' => 12, ], [ 'city' => 'Toulouse', 'weather' => 'clouds', 'date' => '29-01-2020', 'min' => -5, 'max' => 2, ],