Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 538 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 538 Bytes

This application is based on jdretz's rapid-api weather app tutorial, then adapted for native JavaScript and bootstrapped with Facebook's Create React App by Shardul Vaidya.

Quickstart guide

The main logic for getting weather forecasts exists in /src/components/Forecast/Forecast.js. Place your API key in the root of the project in a file called .env in a variable called REACT_APP_API_KEY=<insert API Key>.