An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![status: inactive](https://img.shields.io/badge/status-inactive-red.svg)

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/