I want to make a very lightweight script to speak the weather. I would need to get the weather status ("cloudy", "thunder"), temperature in °F, wind speed in mph, and humidity in percentage, all based on zip code. I'd like to do this all with curl.
I would want to download the data directly, like "curl http://www.example.com/weather/04101", and have it give me the data in plain text. Would this be a possibility, or would I have to dig around a bit and work on function to get the data?