stdweb-google
v0.5.0
Published
Use Google auth with [stdweb](https://github.com/ddollar/stdweb)
Downloads
8
Readme
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