import React, { useState } from "react"; function Info(props) { const [open, setOpen] = useState(false); return (
{ setOpen(!open); }} > ?

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

גשם.ספייס מציג בזמן אמת ענני גשם בכל הארץ

עננים מופיעים כגושים צבעוניים על גבי המפה, צבע חם יותר מסמל עננות צפופה ולכן גשם חזק יותר

השתמשו בסליידר בתחתית המסך כדי לגלול באנימציה של העננים בשעה האחרונה על מנת להבין האם ענני הגשם בדרך אליכם

פותח ע"י יובל אדם

קוד המקור זמין ב גיטהאב

); } export default Info;