stsh89/weather

Finalize core functionality for the OpenWeather provider

Closed this issue · 2 comments

Currently OpenWeather integration is not functional and it shows weather temperature only for the hardcoded coordinates for current date.

In order to make it fully functional we need to add following features:

  1. Search by address. (4h) [5h]
  2. Search by date. (2h) [3h]

Address format should look like <CITY NAME,COUNTRY ALPHA-2 CODE>
for example: weather get Paris,FR or weather get Paris,US

Date format should look like <YEAR,MONTH,DAY>
for example weather get Paris,FR 2022-04-10

2022-04-10 [5h]

  1. Add geocoding functionality (search by address feature)

2022-04-10 [3h]

  1. Add search by date functionality.