What is our weather condition? This Forecast Web shows a complete weather data that show Celsius or Fahrenheit temperatures, in grid displays a list of different conditions, and in table statistics. All data are updated daily via API.
Try out demo at Forecast Web App.
- Get free API key from WeatherAPI.com from RapidAPI Marketplace
- Clone
forcast-web-app/
and open with VS Code - Create new file
.env
in root directory and copy the following:
# Replace 'Your_RapidAPI_Key' with your new API key below
REACT_APP_FORCAST_KEY=Your_RapidAPI_Key
- Run terminal and type
npm install
, thennpm start
- Enjoy trying out at forecast status & table and contact form!