devlog: Orbital Echo — a new tab page for space nerdsBuilt a custom new tab page for the Stardance nasa-page mission instead of the usual blank tab. Every new tab now shows:NASA’s Astronomy Picture of the Day as the background (changes daily)live space weather (solar flares + geomagnetic storms via NASA’s DONKI API)next visible ISS pass over your locationdraggable shortcuts, a todo list, multi-engine search, and a ⌘K command paletteVanilla HTML/CSS/JS + Vite, no framework. Fully custom CSS — deep space navy + gold “mission patch” theme with two alt palettes.Honestly the hardest part wasn’t the code, it was the typos. Hand-typed the whole thing and spent close to an hour going error → fix → error → fix through the console (getShortcut vs getShortcuts, classname vs className, a straight-up misspelled tag). Also learned that third-party APIs like DONKI randomly 503 sometimes — not a bug, just space weather data being flaky.Deployed on GitHub Pages: https://adityajaindxb.github.io/Orbital-Echo/Repo: https://github.com/AdityaJainDXB/Orbital-EchoNext up: maybe a live ISS orbit tracker, will see if I have time.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.