Image by Freepik
This project was inspired by my father. In December 2021 my father planted mielies in our family's land. A few weeks later hail rained down on our village destroying crops, houses and infrastructure. My village is a low income community and many farmers spent their limited resources on planting crops which was destroyed by weather related to Climate Change. I am trying to build a service that will provide farmers with weather data so that they can make informed decisions about when and how to plant crops.
- Please click the link to view the live website.
- Loading...
- HTML
- CSS
- Javascript
- Jasmine
- Webpack
- Postman
- You can search weather forecast for 5 days with data every 3 hours by geographic coordinates.
- api.openweathermap.org/data/2.5/forecast?lat={lat}&lon={lon}&appid={API key}
- Used to create triggers which will fire on an occurrence of the selected weather conditions (temperature, humidity, pressure, etc.)
- https://openweathermap.org/triggers
- http://api.openweathermap.org/geo/1.0/direct?q={city name},{state code},{country code}&limit={limit}&appid={API key}