Hacker News new | ask | show | jobs
by dangrossman 3594 days ago
It's a PHP application proxying Google search results based on the errors and results.
2 comments

On my stock Android phone, all the searches just return blank pages. Are you saying it actually works on non-mobile clients?
Yes, it's a Laravel PHP application just as dangrossman said. It simply fetches the Google search URL based on your query and returns the results [0].

As you can see, it's returning a Laravel exception, displaying the Google Captcha check HTML code to avoid this type of thing.

[0]: http://i.imgur.com/ojwZedZ.png

Getting blank pages on my MBP. So apparently not.
That is a MVP.