Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): add examples section and todomvc #244

Merged
merged 1 commit into from
Sep 30, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ If you need support for other Google APIs, check out the [Google Node.js API Cli
$ npm install --save gcloud
```

## Examples

- [TodoMVC backend using gcloud-node][gcloud-todos]

## Authorization

### On Google Compute Engine
Expand Down Expand Up @@ -108,3 +112,4 @@ See [CONTRIBUTING](CONTRIBUTING.md) for more information on how to get started.
Apache 2.0 - See [COPYING](COPYING) for more information.

[googleapis]: https://github.com/google/google-api-nodejs-client
[gcloud-todos]: https://github.com/GoogleCloudPlatform/gcloud-node-todos