Sorry, if I am not correctly using the jargon in the below, please look past that. Hopefully the intent is still clear enough.
Is anyone aware of a mobile app that can query a URL/Rest APIs (with an interface) that returns a json object and has tools that allow you to display the returned json in some meaningful way?
It seems to me this could be a very interesting app and give say Pythonista users a way to deliver some functionality to customers/friends without having to deploy a app themselves to the App Store.
One very simple thing I would like to do is just calculate a date for my team members in a game I play. we are often given a count down time to a particular event. in days, hours, mins, secs. I guess this style helps to avoid problems with time zones etc. Anyway, it's a simple calculation and the Arrow datetime lib makes it even more simple. I have a PythonAnywhere account, so I could say using flask make a URL that takes the d,h,m and required tz items as params and return the date and time of the event.
I realise you could type this into your browser and return the json or plain/html text. It's pretty clunky to do that though. Of course you could write the web forms etc to collect the data and then display it. Firstly, I am really not interested in doing that and secondly would struggle to do something nice.
Hence the idea of a app that could save URL queries with a neat/clean way to enter the params for the calls. then some simple tools that using the return data you could create a viewing profile for the information. maybe a list of a certain key or a form etc. even better if those profiles could be described as a json object, that your own project could supply a recommended layout for.
Look, maybe I am missing something real simple here Or something already exists to do this. I have quite a number of these small queries/helpers I would like to be able to do to help my gaming team. I just don't have a nice way to share it with them, well without becoming a web developer or asking them all to get Pythonista or a Python interpreter. Not a great solution.
So my 2 points to this post.
1. if you know of a mobile app or even a desktop app that does something like I am talking about here, would love to hear about it.
2. if nothing does exist like this for iOS, and you are looking for some meaningful app to write in Pythonista or whatever language to put on the App Store, this might be something you could get your teeth into. I cant imagine an app like this would break Apple's guildlines, though I am just guessing about that.
If I was younger, more skilled and energetic this would excite me as a project to write.
This is possibly just a stupid idea. But I had to get it out of my system. at the moment it still seems smart to me :)
