By Mike Duke and Jonathan Sweet
Built with React and utilizing the Weather Underground API, this app lets a user search for weather data by location and receive the current, 7-hour, and 10-day forecasts.
- Get an api key from weather underground
- Clone down this repo and change in to the directory
git clone https://github.com/JSweet314/Weatherly.git && cd Weatherly
- Create a directory called
private/with a fileapiKey.js - Within apiKey.js, type
export const apiKey = "YOUR API KEY" - Run
npm install - Run
npm startand visit localhost:8080 in your preferred browser. - To run the test suite -
npm test - To run the linter -
npm run eslint

