import React, { useState } from "react"; function Info(props) { const [open, setOpen] = useState(false); return (
Geshem.space shows real-time rain radar data in Israel
Rain clouds show up as colored patches on the map, a warmer color means stronger percipication
Use the slider on the bottom to scroll through the animation of the last hour and determine whether the clouds are coming your way
Developed by Yuval Adam
Source code available on{" "} Github