/stdweb-google

Primary LanguageCoffeeScript

stdweb-google

Use Google auth with stdweb

Installation

$ npm install stdweb-google --save

Usage

google = require("stdweb-google").init("mydomain.com")

app = stdweb "myapp", (app) ->
  google.middleware app

google.routes app

License

MIT