Client for Capital weather api.
Execute the following commands for start using:
$ git clone https://github.com/gazdagergo/capital-weather-client.git
$ cd capital-weather-client
Edit the .env-sample
file in the project root directory and save it as .env
.
$ yarn
$ yarn start
It runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
This project was bootstrapped with Create React App.