Spaceapps2021
Web Application to visualize TLE Data build for Space Apps 2021
Install / Use
/learn @ItsMeBrianD/Spaceapps2021README

This repository was created by Brian Donald, Bryan Pikaard, Zach Stence, and Andreas Wenzel for SpaceApps 2021.
The Orbital Tracker uses TLE data to calculate and interpolate the position of objects orbiting earth, and then renders them in a web page that makes the data more accessible and interactive. You can view a live link at https://2021.spaceapps.sprocket.gg.
Project Structure
┌─ svelte | the SvelteKit portion of the application
├┬─ src |
│├─ lib | client-side code
│├┬─ components | reusable .svelte components
││├─ state | stores used for state management
││├─ utils | misc. functionality (i.e. date/time helper functions)
││└─ wasm | output from emscripten used to interact with wasm
│└─ routes | top-level page components and api endpoints
└─ static | Static Assets
┌ wasm | the C++ portion of the application
├─ src | all C++ Source code
└─ js_wraps | snippets of javascript that are pre/post-pended to the emscripten output
Building and Running Locally
- Clone the repository
- To run the SvelteKit application
npm iin thesveltedirectorynpm run devin thesveltedirectory- Open localhost:3000
- To run/build the C++ application
Note: The build script forwasmassumes that you are on a unix-like system, with access tosed- Ensure you have the EMScripten SDK installed (if working with the C++ portion)
- Run
build.shin thewasmdirectory.
Related Skills
node-connect
339.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.9kCommit, push, and open a PR
