/ReactWeatherApp

Using openweathermap api forecasting weather report for any city.

Primary LanguageJavaScriptMIT LicenseMIT

Web app showing weather for city.

Run

git clone
cd */project_folder/*
npm install

Start the server

npm run start:dev

Build

npm run build

Test

npm run test