Skip to content

Jake079/Kelarottas-NASA-3JS

 
 

Repository files navigation

Embiggen Your Eyes

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.

Installation & Running

(You will need node & npm for this project)

  1. Clone the repository:
git clone https://github.com/Jake079/Kelarottas-NASA-3JS.git
cd Kelarottas-NASA-3JS
  1. Install dependencies:
npm install package.json
  1. Create a .env file in the project root:
NASA_API_KEY = (Key from api.nasa.gov)
  1. Start the server:
node server.js

The server will run at:

http://localhost:3000

About

RiverHacks / NASA Space Apps Challenge 2025 group project, now with Three.js!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.7%
  • HTML 36.7%
  • CSS 12.1%
  • Python 6.5%