Simple React application that displays weather information fetched from the backend (NodeJs) using the Open Weather API.
- Open the command line/ terminal. Clone the repo to your computer and
cd
into the project directory. - Open a new command line shell (still
cd
'd in project directory!) - With two command shells open, do the following:
- First shell (backend): run
node backend
- Second shell (frontend): run
npm install && npm start
Simply type a name of a city (ex: "Boston", "New York", "Berlin") and click the "Get Weather" button.
If the city's weather data exists in Open Weather's API, the current weather and 5-day forecasts will appearing, displaying information such as:
- Current Temp
- Hi/ Low Temp
- General weather forecast
Any and all suggesting are welcome! Please feel free to submit a pull-request or https://github.com/Dusch4593/weather-app/issues.
This app is available as open source under the terms of the MIT License