Web scraping app improvement

I’ve been working on app for quite some time now and Mit’s actually my first app and I’ve been thinking off finally taking the big step. and releasing it to the App Store
What it does is fetching the html from some known local restaurant websites parses it,picks out the text saying what’s being served for lunch today and displays it to the user.
As of right now the app does everything by itself.
I know it’s not the best solution but it works
So I’ve been thinking about ways to optimize this cumbersome approach.
One approach I’ve been thinking about would be to develop a web service that does the heavy lifting instead and maybe returns sJSON data but then I probably would need to pay for the expenses of a web hosting
, which I would prefer to avoid

which I wo So all ofthis boils down to my question
What do you think I should do?

This topic was automatically closed after 166 days. New replies are no longer allowed.