/WeatherApp

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

Primary LanguageJavaScript

React WeatherApp

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

Built With

This project was mainly built with these tools

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Get a free API Key at https://openweathermap.org/price
  2. Clone the repo
    git clone https://github.com/RabsonJ/WeatherApp.git
  3. Install NPM packages
    npm install
  4. Enter your API KEY in .env
    REACT_APP_OPEN_WEATHER_MAP_API_KEY='ENTER YOUR API KEY';
  5. Start the server
    npm start

Contact

Rabson J Phiri - LinkedIn

Project Link: https://github.com/RabsonJ/WeatherApp

Acknowledgements