A weather application built using React. Uses Bootstrap 4 for styling and WeatherStack for weather API.
$ git clone https://github.com/donymvarkey/weather.git
$ cd weather
$ npm install
-
Create a .env file in the root of the directory. Get your WeatherStack API Key from here.
-
Add your api key to the .env file as follows.
-
Contents of .env file.
REACT_APP_WEATHER_API_KEY=your_weather_api_key
$ npm start
- Weather forcast