copy-pasta-appengine

command module
v0.0.0-...-08f2ea4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 1, 2013 License: Apache-2.0 Imports: 17 Imported by: 0

README

Copy Pasta

App Engine based app for copy/pasting from the browser to other devices, typically mobile. Uses Google+ sign in and is based on appengine-goplus and gplus-quickstart-go.

Notes

Before running you'll need to setup a config file, I named mine config.go. It should be setup with your Google API OAuth2 details.


package main

const (
	clientID        = "YOUR_CLIENT_ID"
	iosClientID     = "YOUR_IOS_CLIENT_ID"
	clientSecret    = "YOUR_CLIENT_SECRET"
	applicationName = "YOUR_APP_NAME"
)

Documentation

Overview

Package main provides a simple server to demonstrate how to use Google+ Sign-In and make a request via your own server.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL