Star Watcher
- 2 Devlogs
- 16 Total hours
A website that gives you a score on how good you can stargaze tonight. Try here: https://qsd808.github.io/Star-Watcher/
A website that gives you a score on how good you can stargaze tonight. Try here: https://qsd808.github.io/Star-Watcher/
Devlog 2 I added a lot since my last devlog. I added a star background to let the site look a bit nicer. I also added a graph which displays what the future score will be at your location. Lastly you’ll notice a new score at the bottom. It is based on the time and brightness of the sun. The hardest part was the styling of the HTML. I couldn’t get it all in a nice layout.
I added a working score calculator based on the current cloudiness and the moon brightness. The time is also mentioned but has no effect on the score yet. I had never done something with Javascript, HTML or CSS so the hardest part was figuring out how everything worked(e.g. API’s, libraries, etc.) My biggest challange yet was letting the location API work. It constantly gave errors and I spent 2 hours trying to make it work.