DanWilkerson / gs-gapi

Demo on getting started with Google APIs and 3-legged OAuth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An example of how to connect with Google's APIs using 3-legged OAuth.

##Getting Started

git clone https://github.com/DanWilkerson/gs-gapi.git 
cd ./gs-gapi
npm install
node app.js

When you see

$ Listening on port 3000

navigate to http://localhost:3000.

About

Demo on getting started with Google APIs and 3-legged OAuth


Languages

Language:JavaScript 100.0%