ryansurf / cli-surf

Get surf and ocean data from the command line interface
MIT License
18 stars 29 forks source link

make cli args prettier #7

Closed ryansurf closed 4 months ago

ryansurf commented 4 months ago

At the moment, we use the app with something like: curl localhost:8000?args=fc=3,hdate,loc=trestles

The args= seems unnecessary. Look into how can can get ride of this, so we can have something like:

curl localhost:8000?fc=3,hdate,loc=trestles instead. Should work in server.py and maybe main.py

K-dash commented 4 months ago

@ryansurf

Hello! This is an interesting project you have here! I discovered this repository through the help wanted tag.

Regarding this issue, if it's just a matter of removing the args= prefix to make it unnecessary, it seems like a straightforward fix. Would it be okay if I took care of it?

ryansurf commented 4 months ago

Hey @K-dash, welcome and thank you! Yes, that would be awesome. However, I was messing around with it for a few minutes and it may not be that simple - maybe I'm wrong.

I think you would mostly be working in either main.py, server.py. Let me know if you have any issues!

Were you able to get the app up and running? I'm working on cleaning up code and making the readme more simple but its a work in progress

K-dash commented 4 months ago

Thank you very much! The readme is clear and easy to follow, and I was able to start the app without any issues by following the steps outlined. I will submit a pull request, so please keep an eye out for it :)