Finished the basic functions of my APOD new tab page!
What I’ve done in this devlog
- Set up the API Key for APOD
- Create the basic UI and functionality for the new tab page.
Problems I faced
My site was initially deploying via pages-build-and-deployment, which led to the API not working. After some time and many git commit --allow-empty -m "Trigger pages build", I finally found out what the problem was! I didn’t change it to build via GitHub Actions. After changing that, it worked quite well. Another problem I faced was the timezone difference with my country and APOD’s API. I received 500 errors when calling them. It worked in the end when i used yesterday’s date!
What’s next
I’ll be thinking of what other features I should add to my new tab page, and implement them in the next devlog!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.