Our challenge, Embiggen Your Eyes, focuses on revamping NASA's outdated satellite image display technology by combining multiple NASA image providers into one unified platform, allowing users to zoom in and out of large, complex image datasets. Through our contribution, both casual and professional users can intuitively compare them side by side, overlayed, across time, and in multiple viewing spectrums. Users are able to search for specific locations via coordinates and label features that persist accross planetary views.
(You will need node & npm for this project)
- Clone the repository:
git clone https://github.com/Youwes09/Kelarottas-NASA.git
cd Kelarottas-NASA- Install dependencies:
npm install package.json- Create a
.envfile in the project root:
NASA_API_KEY = (Key from api.nasa.gov)- Start the server:
node server.jsThe server will run at:
http://localhost:3000