country-weather-forex
A Spring REST api utlity that retrieves data from various free rest services, processes it and generates a user friendly report. The web services used by this utility are :
1.https://restcountries.eu/
2.https://fixer.io
3.https://openweathermap.org/
To launch the utility follow the following steps.
- Setup hsqdldb server with a new database
countrydata
- Launch the main class
CountrydataApplication.java
. - Access the report at http://localhost:8080/report.html.