Skip to content

forando/google-sign-in

 
 

Repository files navigation

Google Sign-In for Websites sample code

This sample code assumes you watch "Google Sign-In for Websites" videos.
Each videos have related section in this code example

Installation

Prerequisite

  • Google App Engine
  • Python 2.7
  • pip
  • Node.js
  • Bower

Configure

  • Set up a new project at Google Developers Console
  • Create credentials
  • Download client_secret_****.json, rename it to client_secrets.json
  • Place client_secrets.json at root of this project

Build

# Install Python dependencies
$ pip install -t lib -r requirements.txt
# Install front-end dependencies
$ bower install

Run

# Launch App Engine at root dir of this project with following command
$ dev_appserver.py .

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.4%
  • HTML 23.0%
  • Python 20.6%