/gs-gapi

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

Primary LanguageJavaScript

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.