Synergy Pulse
- 6 Devlogs
- 5 Total hours
im gonna fetch all nasa's data mwahaha...
im gonna fetch all nasa's data mwahaha...
As promised, I’ve managed to align all my widgets properly. The weather widget asks permission to access your location. If accepted, it shows your local temperature. If denied, it defaults to NYC weather.
Why NYC?
Well, I love NYC, the Big Apple, The City That Never Sleeps!!! Don’t ya?
Okayy ppl, so this is my last devlog before shipping! Hope you like my project! :)
Features I’ve added:
I know my website alignment is a bit messy, I promise I’ll work on it more before shipping!
NOTE: I haven’t been able to fetch local weather data for my widget. Instead, it is set to default NYC weather. Once I figure out how to do it, I shall ship my project.
Features I’ve added:
NOTE: I had some difficulties setting up Vite. Therefore, I decided to store my API key in a separate config.js file (.gitignore) and my pulse.html will directly access that API key and tell my JS logic () to open it and display the NASA Image of the Day.
Finished coding the html part
Now all that’s left is to put in NASA’s APOD background and code the JS logic to make my website actually work.
I finished styling my pulse website by creating grids and containers where all the buttons have to go. Once I’m done with the rest of my html coding, you’ll be able to see my website. As of now, it’s just a black screen.
For this mission, I’m building a “Pulse” website called “Synergy Pulse”. So far I haven’t made much progress with designing my webpage. I’ve had difficulties with Vite and NASA API key. So my plan is to just use NASA’s DEMO_KEY on a plain HTML+CSS+JS script. Hope that’s ok!