/WeatherAPI

React 16.13 + Typescript 3.7

Primary LanguageTypeScript

Weather test app

Screens:

Scripts to get started

To start development server, use the following command:

npm i
npm start

Open http://localhost:3000 to view result in the browser.

Weather API

To get weather data, a free API (https://openweathermap.org/) is used. Limits for free basis of usage are described here - https://openweathermap.org/full-price#current

Description

A test application with React, Typescript that uses weather API to get data for current day and for 7days forecast. Note: to keep things simple the city is hardcoded (Moscow).