Skip to content

EugeneKamikaZe/react-weather

Repository files navigation

App in progress

Animated React weather widget

Api used

  • openweathermap: weather query for the day and for the coming days
  • geocode: transformation of any location name into geographical coordinates, and the other way around (reverse geocoding)

Reference

figma

How to use

At first, you need to get API key.

Use component to show the widget.

<WeatherContainer
    APIKey={APIKey}
    initialPlace={initialPlace}
    units={Units.Metric}
/>

Before start

use npm run install in the project root folder