Please sign in to access this page

Simple Weather CLI

Simple Weather CLI

3 devlogs
8h 29m
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

0 payouts of shell 0 shells

Quinn

14 days ago

Quinn Covers 3 devlogs
Quinn
Quinn
1h 55m 14 days ago

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

Update attachment
Quinn
Quinn
2h 22m 17 days ago

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
Quinn
Quinn
4h 12m 23 days ago

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