Very simple Angular.js factory using Google OAuth 2.0 API.
- Follow yo angular generator installation.
- Replace client ID and API key in googleAuth factory.
- Run
npm install
. - Run
bower install
. - Run
grunt serve
to start the app. - Visit http://localhost:9000 to test the Google OAuth.