Rain Check is a fully functional weather app that shows the utilizes geolocation and reverse geocoding to display weather conditions to the user for the current day. It also provides a forecast of maximum and minumum temperatures for the following 7 days. It is based on the OpenWeatherMap API.
Rain-Check uses the OpenWeatherMap API to fetch weather data and perform reverse geocoding. To run this app, you'll need an API key. This is entirely free. To do so :
1. Sign up for a free account and get your OpenWeatherMap API key.
2. Open the project, and go to the .env file.
3. Set API_KEY = YOUR_API_KEY
Clone the project
  git clone https://github.com/getRicha/rain-checkk.gitGo to the project directory
  cd rain-checkkInstall dependencies
  npm installTo run this project, you will need to add the API_KEY environment variable to your .env file
Start the server
  node server.jsClient: HTML5, CSS3, JavaScript
Server: Node, Express
Contributions are always welcome! Feel free to contribute to this very basic project.

