Learning objectives
- Learn more.
Now that you have completed this tutorial, you have learned how to build and deploy a simple Go App Engine application, and use the Google+ API.
Here is a few ideas on how you can extend this application:
- Allow user to search for arbitrary images (not just "gopher").
- Search the Google+ stream in the background using Task Queue or the Cron service. Store the result in the Datastore , and use memcache to cache the most recent image URL.
-
Combine it with a different API:
google-api-go-client
comes with support for 20+ APIs .