+1
-1
src/README.md
+1
-1
src/README.md
···
5
5
Ideas for improvement:
6
6
7
7
* Adding actual testing.
8
-
* Check that parameters are compatible (city name with the country code, for example).
9
8
* Adding some permanence, so requests closer in time than 10 minutes use a local cache'd copy.
10
9
* Either keeping the parameters of the last cache'd call too, to manually convert temperature units if the user asks for a different one, or change queries to always get them in Kelvin and always do the manual calculations when presenting the info to the user.
11
10
* Adding the alternative API calls available at OpenWeather.
11
+
* Check that parameters are correct & compatible (city name with the country code, for example), using the resources from OpenWeather.
12
12
* Reusing the Http Client across API calls.
13
13
14
14
# Consulted Documentation