uaenvironment/monsoon-api-package

Would a CLI be cool?

Closed this issue · 1 comments

For supporting less code-oriented users it would be neat to have a command line interface to this e.g. monsoon-api precip maricopa 2022-01-01T00:00Z 2022-01-06T00:00Z --format=csv --username=hacker_man --password for pulling down data as csvs.

Using a library like Click could make that pretty straight forward.

reyg3 commented

I like this idea! I'm not sure if non-code users would be more CLI savvy, but I like the idea of making our data more accessible. There could be potential use cases for this from our NOAA/NWS partners that we're not aware of. Click also seems like an easy way to implement this.