A weather app that shows the current temperature of a place as well as the humidity, wind speed, maximum & minimum temperatures, and the location of the place on a map. Built with React.js
This project was mainly built with these tools
To get a local copy up and running follow these simple example steps.
- Get a free API Key at https://openweathermap.org/price
- Clone the repo
git clone https://github.com/RabsonJ/WeatherApp.git
- Install NPM packages
npm install
- Enter your API KEY in
.env
REACT_APP_OPEN_WEATHER_MAP_API_KEY='ENTER YOUR API KEY';
- Start the server
npm start
Rabson J Phiri - LinkedIn
Project Link: https://github.com/RabsonJ/WeatherApp