A simple Node.js application that provides watering information for crops based on weather data. This application calculates the amount of water needed for different crop types based on land area, weather conditions, and evapotranspiration data.
- Accepts crop type, city, and land area as input.
- Validates user input.
- Gets weather data for the next 7 days.
- Calculates daily water usage based on weather conditions and crop requirements.
- Suggests optimal watering times based on temperature.
- Clone the repository
git clone https://github.com/oz456/skyhack
- Start The Server
node server.js
- "localhost:3000"
Additional Developments- Used esp32,capcitive soil moisture sensor to check the moisture level in the soil and sent it to the cloud.