Simple Weather CLI

Simple Weather CLI

3 devlogs
8h 21m
Created by Quinn

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.

Timeline

Ship 1

Quinn

2 months ago

Quinn Covers 3 devlogs and 8h 21m

Finally finished. Ran into error after error, so I refactored the majority of the code as best I could while being readable.

Update attachment

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.

Update attachment

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).

Update attachment