ImOutOfIdeas / verbose-umbrella

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verbose Umbrella (vum)

A TUI Weather App Built In Pure C!

All of the following has yet to be implemented, but heres the plan:

  1. You must get a Bing Maps key
    • Allows converting a zip code into longitude & latitude
    • The GET request works. I just need to parse the XML for the coordinates
  2. Use api.weather.gov
    • Turns the aforementioned coordinates into usable weather data
    • Parse this data and present it in the terminal as a TUI
  3. $$$ Profit $$$

Sounds EZ, right...

Right?

About


Languages

Language:C 93.6%Language:Makefile 6.4%