Space Shooters has received the following awards and nominations. Way to go!
Flood explorer is a visual tool that allows you to interact in real time with information about temperature, precipitation, etc., for decision making, comparison of information and visualization of historical data in both graphics and simulations.
Both statistics and simulations are in real time with data that will be consulted with the Nasa APIs, POWER API and GIBS API.
Repository link: https://github.com/SpaceShooters/flood-explorer
The NodeJS live-server package runs a temporary web server. It automatically reloads the page in your browser when any of these files change.
npm install -g live-server
cd flood-explorer-web
live-server
npm install http-server -g
cd flood-explorer-web
http-server