NASA Space Apps Oshawa, 2025 Apps Challenge, Hackathon, Ghosts of NGO
Find a file
Array in a Matrix b25272efe7 api file
2025-10-05 23:49:39 -04:00
src render things farther away 2025-10-05 19:28:18 -04:00
.gitignore ignore api keys 2025-10-05 16:35:22 -04:00
api-keys-example.json NASA's default key value 2025-10-05 17:05:33 -04:00
index.html initial 2025-10-04 13:38:13 -04:00
LICENSE Initial commit 2025-10-04 12:51:09 -04:00
main.js working omg 2025-10-05 23:43:57 -04:00
package.json initial 2025-10-04 13:38:13 -04:00
pnpm-lock.yaml initial 2025-10-04 13:38:13 -04:00
README.md api file 2025-10-05 23:49:39 -04:00

meteor-madness

NASA Space Apps Oshawa, 2025 Apps Challenge, Hackathon, Ghosts of NGO

Installation

Install any OS dependent dependencies, (adjust for your specific OS):

pacman -S git pnpm # example for Arch-based OSes

Clone the git repo:

git clone https://github.com/array-in-a-matrix/meteor-madness

Inside the repo folder, install the JavaScript dependencies:

pnpm install

Run

Ensure the proper API keys are present. Copy the api-keys-example.json file and rename it api-keys.json. Then replace the default value with your acutal API key generated from NASA's site. Currently, there is only one key needed.

cp api-keys-example.json api-key.json

Development

To run site in a development environment, run the following:

pnpx vite

Build

To build the project, built site will be inside the /dist directory:

pnpx vite build