https://github.com/googlearchive/appengine-goplus
Getting Started with Go, App Engine and Google+ API
https://github.com/googlearchive/appengine-goplus
Last synced: 7 months ago
JSON representation
Getting Started with Go, App Engine and Google+ API
- Host: GitHub
- URL: https://github.com/googlearchive/appengine-goplus
- Owner: googlearchive
- License: apache-2.0
- Archived: true
- Created: 2012-12-15T00:19:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T21:36:06.000Z (almost 11 years ago)
- Last Synced: 2026-01-13T23:57:52.685Z (7 months ago)
- Language: Go
- Homepage:
- Size: 156 KB
- Stars: 44
- Watchers: 62
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

This project is no longer actively developed or maintained.
For more information about App Engine, refer to our [documentation](https://cloud.google.com/appengine).
# appengine-goplus
`goplus` is a sample application with a simple purpose: displaying the most
recent "Gopher" image from the Google+ public stream.
It shows how to build a simple App Engine web application that call
Google APIs using the Go programming language.
## APIs
- [App Engine][1] [Go Runtime][2]
- [Urlfetch API][5]
- [Google+][3] [Activities Search API][6]
## Dependencies
- [Google APIs Client Library for Go][7]
## Language
- [Go][4]
[1]: https://developers.google.com/appengine
[2]: https://developers.google.com/appengine/docs/go/overview
[3]: https://developers.google.com/+/
[4]: http://golang.org
[5]: https://developers.google.com/appengine/docs/go/urlfetch/overview
[6]: https://developers.google.com/+/api/latest/activities/search
[7]: https://code.google.com/p/google-api-go-client/