magichrist/weather_cli — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Rust command line weather tool. I want to run it from the terminal and get the current weather, plus a 7 day forecast when I ask for it.
It should work when I pass in latitude and longitude together, and it should also have a my location option so I don’t always need to type coordinates. Add an interactive mode where I can enter what I need step by step. Include a way to clear any cached data, since I don’t want stale weather results hanging around.
Please make the commands easy to understand, with help and version output. It should be installable as a normal CLI binary, and the README should explain how to build it and show example usage. If you need a weather API or location lookup, look up current docs online and keep it simple.
Want more depth? Deep Reverse