#using webpack #using axios library
Written in React. Also utilizing sass for styling. Using Axios to hit the openweathermap api for weather data
This website hits the openweathermap api to access current weather based on a location that you type in.
- Search for the temperature in various cities around the globe
- Clone Repo
- $
npm install
- $
npm start
- Visit http://localhost:3000