Please sign in to access this page
A CLI program that gives you the weather based on your IP address. It's simple by design, giving you quick and dirty access from the terminal.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Finally finished. Ran into error after error, so I refactored the majority of the code as best I could while being readable.
I FINALLY got grabbing the actual weather data from the user's IP address working properly together. Currently it just spits out the data since i just got it working, but at some point, it should work better.
Got the GetPublicIP and GetGeolocation functions to actually work with me, took forever to get working since environment variables wouldn't work with the officially supported Geolocation package (which I'm pretty sure is borked in newer versions of .NET since it hasn't been updated in two years).