patrykwozinski / weather

My Java playground - WEATHER APP. It's just checking current weather in the given city. That's my first EVER project in Java - any suggestion is welcome :)
0 stars 0 forks source link

Create Http API adapter for checking current weather #4

Open patrykwozinski opened 4 years ago

patrykwozinski commented 4 years ago

I need to prepare HTTP adapter to check current weather in the given city.

I would use: https://openweathermap.org/api as a data source.